C# Class WPFOfficeTheme.TextBoxPallet

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

Public Properties

Property Type Description
ControlsBackGroundBrush Color
DisabledBorderBrush Color
DisabledForegroundBrush Color
NormalBorderBrush Color

Public Methods

Method Description
Reset ( ) : void

Private Methods

Method Description
TextBoxPallet ( ) : System

Method Details

Reset() public static method

public static Reset ( ) : void
return void

Property Details

ControlsBackGroundBrush public static property

public static Color ControlsBackGroundBrush
return Color

DisabledBorderBrush public static property

public static Color DisabledBorderBrush
return Color

DisabledForegroundBrush public static property

public static Color DisabledForegroundBrush
return Color

NormalBorderBrush public static property

public static Color NormalBorderBrush
return Color