C# Class PsHandler.Hud.HudCustomizeParams

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

public Color Background
return Color

BorderBrush public_oe property

public Color BorderBrush
return Color

BorderThickness public_oe property

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

CornerRadius public_oe property

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

FontFamily public_oe property

public FontFamily FontFamily
return FontFamily

FontSize public_oe property

public double FontSize
return double

FontStyle public_oe property

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

FontWeight public_oe property

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

Foreground public_oe property

public Color Foreground
return Color

Margin public_oe property

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

PreviewText public_oe property

public string PreviewText
return string