Share via


StyleSet.UseHighContrastColors Property

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

Syntax

'Declaration
Public ReadOnly Property UseHighContrastColors As Boolean
'Usage
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

.NET Framework Security

See Also

Reference

StyleSet Class

StyleSet Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace