C# Class WPFOfficeTheme.TabControlPallet

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

Public Properties

Property Type Description
BodyBackground Color
ButtonBackground1 Color
ButtonBackground2 Color
ButtonBackground3 Color
ButtonBackground4 Color
ButtonLightBackground1 Color
ButtonLightBackground2 Color
ButtonLightBackground3 Color
ButtonLightBackground4 Color
DisableBackGround Color
Foreground Color
NormalBorder Color

Public Methods

Method Description
Reset ( ) : void

Private Methods

Method Description
TabControlPallet ( ) : 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

ButtonBackground1 public static property

public static Color ButtonBackground1
return Color

ButtonBackground2 public static property

public static Color ButtonBackground2
return Color

ButtonBackground3 public static property

public static Color ButtonBackground3
return Color

ButtonBackground4 public static property

public static Color ButtonBackground4
return Color

ButtonLightBackground1 public static property

public static Color ButtonLightBackground1
return Color

ButtonLightBackground2 public static property

public static Color ButtonLightBackground2
return Color

ButtonLightBackground3 public static property

public static Color ButtonLightBackground3
return Color

ButtonLightBackground4 public static property

public static Color ButtonLightBackground4
return Color

DisableBackGround public static property

public static Color DisableBackGround
return Color

Foreground public static property

public static Color Foreground
return Color

NormalBorder public static property

public static Color NormalBorder
return Color