C# Class WPFOfficeTheme.RadioButtonPallet

Show file Open project: alexsharoff/wpf-office-theme

Public Properties

Property Type Description
DisabledBackground Color
DisabledBorder Color
DisabledForeground Color
Glyph Color
LightBackground1 Color
LightBackground2 Color
NormalBackground1 Color
NormalBackground2 Color
NormalBorder Color
PlusLightBackground1 Color
PlusLightBackground2 Color

Public Methods

Method Description
Reset ( ) : void

Private Methods

Method Description
RadioButtonPallet ( ) : System

Method Details

Reset() public static method

public static Reset ( ) : void
return void

Property Details

DisabledBackground public static property

public static Color DisabledBackground
return Color

DisabledBorder public static property

public static Color DisabledBorder
return Color

DisabledForeground public static property

public static Color DisabledForeground
return Color

Glyph public static property

public static Color Glyph
return Color

LightBackground1 public static property

public static Color LightBackground1
return Color

LightBackground2 public static property

public static Color LightBackground2
return Color

NormalBackground1 public static property

public static Color NormalBackground1
return Color

NormalBackground2 public static property

public static Color NormalBackground2
return Color

NormalBorder public static property

public static Color NormalBorder
return Color

PlusLightBackground1 public static property

public static Color PlusLightBackground1
return Color

PlusLightBackground2 public static property

public static Color PlusLightBackground2
return Color