C# 클래스 PsHandler.Hud.UCLabel

Interaction logic for UCLabel.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: kampiuceris/PsHandler

공개 메소드들

메소드 설명
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

메소드 상세

SetBackground() 공개 메소드

public SetBackground ( Color value ) : void
value Color
리턴 void

SetBorderBrush() 공개 메소드

public SetBorderBrush ( Color value ) : void
value Color
리턴 void

SetBorderThickness() 공개 메소드

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

SetCornerRadius() 공개 메소드

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

SetFontFamily() 공개 메소드

public SetFontFamily ( FontFamily value ) : void
value FontFamily
리턴 void

SetFontSize() 공개 메소드

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

SetFontStyle() 공개 메소드

public SetFontStyle ( System.Windows.FontStyle value ) : void
value System.Windows.FontStyle
리턴 void

SetFontWeight() 공개 메소드

public SetFontWeight ( System.Windows.FontWeight value ) : void
value System.Windows.FontWeight
리턴 void

SetForeground() 공개 메소드

public SetForeground ( Color value ) : void
value Color
리턴 void

SetMargin() 공개 메소드

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

SetText() 공개 메소드

public SetText ( string value ) : void
value string
리턴 void

SetToolTip() 공개 메소드

public SetToolTip ( object toolTip ) : void
toolTip object
리턴 void

UCLabel() 공개 메소드

public UCLabel ( ) : System
리턴 System

UpdateSize() 공개 메소드

public UpdateSize ( ) : void
리턴 void