In This Article

HighContrastThemeDefinition Class

Stores the configuration options for a high contrast theme.

public class HighContrastThemeDefinition : RectangularThemeDefinitionBase, INotifyPropertyChanged
Inheritance:
Object ObservableObjectBase ThemeDefinition RectangularThemeDefinitionBase Object

Constructors

HighContrastThemeDefinition(String)

Initializes an instance of the HighContrastThemeDefinition class.

public HighContrastThemeDefinition(string themeName)
Parameter Type Description
themeName String

The theme's name.

Inherited Members