C# Class WPFOfficeTheme.ListBoxPallet

Exibir arquivo 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_oe static_oe property

public static Color DisableBackGround1
return Color

DisableBackGround2 public_oe static_oe property

public static Color DisableBackGround2
return Color

DisabledBorder public_oe static_oe property

public static Color DisabledBorder
return Color

NormalBorder public_oe static_oe property

public static Color NormalBorder
return Color

WindowBackground public_oe static_oe property

public static Color WindowBackground
return Color