C# Class PsHandler.Hud.UCLabel

Interaction logic for UCLabel.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: kampiuceris/PsHandler

Public Methods

Method Description
SetBackground ( Color value ) : void
SetBorderBrush ( Color value ) : void
SetBorderThickness ( System.Windows.Thickness thickness, double scale = 1.0 ) : void
SetCornerRadius ( System.Windows.CornerRadius cornerRadius, double scale = 1.0 ) : void
SetFontFamily ( FontFamily value ) : void
SetFontSize ( double value, double scale = 1.0 ) : void
SetFontStyle ( System.Windows.FontStyle value ) : void
SetFontWeight ( System.Windows.FontWeight value ) : void
SetForeground ( Color value ) : void
SetMargin ( System.Windows.Thickness thickness, double scale = 1.0 ) : void
SetText ( string value ) : void
SetToolTip ( object toolTip ) : void
UCLabel ( ) : System
UpdateSize ( ) : void

Method Details

SetBackground() public method

public SetBackground ( Color value ) : void
value Color
return void

SetBorderBrush() public method

public SetBorderBrush ( Color value ) : void
value Color
return void

SetBorderThickness() public method

public SetBorderThickness ( System.Windows.Thickness thickness, double scale = 1.0 ) : void
thickness System.Windows.Thickness
scale double
return void

SetCornerRadius() public method

public SetCornerRadius ( System.Windows.CornerRadius cornerRadius, double scale = 1.0 ) : void
cornerRadius System.Windows.CornerRadius
scale double
return void

SetFontFamily() public method

public SetFontFamily ( FontFamily value ) : void
value FontFamily
return void

SetFontSize() public method

public SetFontSize ( double value, double scale = 1.0 ) : void
value double
scale double
return void

SetFontStyle() public method

public SetFontStyle ( System.Windows.FontStyle value ) : void
value System.Windows.FontStyle
return void

SetFontWeight() public method

public SetFontWeight ( System.Windows.FontWeight value ) : void
value System.Windows.FontWeight
return void

SetForeground() public method

public SetForeground ( Color value ) : void
value Color
return void

SetMargin() public method

public SetMargin ( System.Windows.Thickness thickness, double scale = 1.0 ) : void
thickness System.Windows.Thickness
scale double
return void

SetText() public method

public SetText ( string value ) : void
value string
return void

SetToolTip() public method

public SetToolTip ( object toolTip ) : void
toolTip object
return void

UCLabel() public method

public UCLabel ( ) : System
return System

UpdateSize() public method

public UpdateSize ( ) : void
return void