C# Class WPFOfficeTheme.ListBoxItemPallet

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

Public Properties

Property Type Description
DisabledForeground Color
SelectedBackground1 Color
SelectedBackground2 Color
SelectedBackground3 Color
SelectedBackground4 Color
SelectedBorder Color

Public Methods

Method Description
Reset ( ) : void

Private Methods

Method Description
ListBoxItemPallet ( ) : System

Method Details

Reset() public static method

public static Reset ( ) : void
return void

Property Details

DisabledForeground public static property

public static Color DisabledForeground
return Color

SelectedBackground1 public static property

public static Color SelectedBackground1
return Color

SelectedBackground2 public static property

public static Color SelectedBackground2
return Color

SelectedBackground3 public static property

public static Color SelectedBackground3
return Color

SelectedBackground4 public static property

public static Color SelectedBackground4
return Color

SelectedBorder public static property

public static Color SelectedBorder
return Color