C# Class WPFOfficeTheme.ListBoxPallet

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

Public Properties

Property Type Description
DisableBackGround1 Color
DisableBackGround2 Color
DisabledBorder Color
NormalBorder Color
WindowBackground Color

Public Methods

Method Description
Reset ( ) : void

Private Methods

Method Description
ListBoxPallet ( ) : System

Method Details

Reset() public static method

public static Reset ( ) : void
return void

Property Details

DisableBackGround1 public static property

public static Color DisableBackGround1
return Color

DisableBackGround2 public static property

public static Color DisableBackGround2
return Color

DisabledBorder public static property

public static Color DisabledBorder
return Color

NormalBorder public static property

public static Color NormalBorder
return Color

WindowBackground public static property

public static Color WindowBackground
return Color