C# Class WPFOfficeTheme.HeaderedPanelPallet

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

Public Properties

Property Type Description
BodyBackground Color
Foreground Color
HeaderBackground1 Color
HeaderBackground2 Color
NormalBorder Color

Public Methods

Method Description
Reset ( ) : void

Private Methods

Method Description
HeaderedPanelPallet ( ) : System

Method Details

Reset() public static method

public static Reset ( ) : void
return void

Property Details

BodyBackground public static property

public static Color BodyBackground
return Color

Foreground public static property

public static Color Foreground
return Color

HeaderBackground1 public static property

public static Color HeaderBackground1
return Color

HeaderBackground2 public static property

public static Color HeaderBackground2
return Color

NormalBorder public static property

public static Color NormalBorder
return Color