C# 클래스 PsHandler.Hud.HudCustomizeParams

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
HudCustomizeParams ( HudCustomizeType hudCustomizeType ) : System
Save ( ) : void

메소드 상세

HudCustomizeParams() 공개 메소드

public HudCustomizeParams ( HudCustomizeType hudCustomizeType ) : System
hudCustomizeType HudCustomizeType
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

Background 공개적으로 프로퍼티

public Color Background
리턴 Color

BorderBrush 공개적으로 프로퍼티

public Color BorderBrush
리턴 Color

BorderThickness 공개적으로 프로퍼티

public Thickness,System.Windows BorderThickness
리턴 System.Windows.Thickness

CornerRadius 공개적으로 프로퍼티

public CornerRadius,System.Windows CornerRadius
리턴 System.Windows.CornerRadius

FontFamily 공개적으로 프로퍼티

public FontFamily FontFamily
리턴 FontFamily

FontSize 공개적으로 프로퍼티

public double FontSize
리턴 double

FontStyle 공개적으로 프로퍼티

public FontStyle,System.Windows FontStyle
리턴 System.Windows.FontStyle

FontWeight 공개적으로 프로퍼티

public FontWeight,System.Windows FontWeight
리턴 System.Windows.FontWeight

Foreground 공개적으로 프로퍼티

public Color Foreground
리턴 Color

Margin 공개적으로 프로퍼티

public Thickness,System.Windows Margin
리턴 System.Windows.Thickness

PreviewText 공개적으로 프로퍼티

public string PreviewText
리턴 string