StyleSet.UseHighContrastColors Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public ReadOnly Property UseHighContrastColors As Boolean
'使用
Dim instance As StyleSet
Dim value As Boolean

value = instance.UseHighContrastColors
public bool UseHighContrastColors { get; }
public:
property bool UseHighContrastColors {
    bool get ();
}
public function get UseHighContrastColors () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

StyleSet Class

StyleSet Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace