C# Class PsHandler.Hud.HudCustomizeParams

Show file Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
Background Color
BorderBrush Color
BorderThickness System.Windows.Thickness
CornerRadius System.Windows.CornerRadius
FontFamily FontFamily
FontSize double
FontStyle System.Windows.FontStyle
FontWeight System.Windows.FontWeight
Foreground Color
Margin System.Windows.Thickness
PreviewText string

Public Methods

Method Description
HudCustomizeParams ( HudCustomizeType hudCustomizeType ) : System
Save ( ) : void

Method Details

HudCustomizeParams() public method

public HudCustomizeParams ( HudCustomizeType hudCustomizeType ) : System
hudCustomizeType HudCustomizeType
return System

Save() public method

public Save ( ) : void
return void

Property Details

Background public property

public Color Background
return Color

BorderBrush public property

public Color BorderBrush
return Color

BorderThickness public property

public Thickness,System.Windows BorderThickness
return System.Windows.Thickness

CornerRadius public property

public CornerRadius,System.Windows CornerRadius
return System.Windows.CornerRadius

FontFamily public property

public FontFamily FontFamily
return FontFamily

FontSize public property

public double FontSize
return double

FontStyle public property

public FontStyle,System.Windows FontStyle
return System.Windows.FontStyle

FontWeight public property

public FontWeight,System.Windows FontWeight
return System.Windows.FontWeight

Foreground public property

public Color Foreground
return Color

Margin public property

public Thickness,System.Windows Margin
return System.Windows.Thickness

PreviewText public property

public string PreviewText
return string