C# 클래스 Gymnastika.Controls.Behaviors.WatermarkBehavior

파일 보기 프로젝트 열기: weiqiyiji/Gymnastika

공개 프로퍼티들

프로퍼티 타입 설명
IsEmptyProperty System.Windows.DependencyProperty
WatermarkProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetIsEmpty ( DependencyObject obj ) : bool
GetWatermark ( DependencyObject obj ) : string
SetIsEmpty ( DependencyObject obj, bool value ) : void
SetWatermark ( DependencyObject obj, string value ) : void

비공개 메소드들

메소드 설명
OnIsEmptyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasswordChanged ( object sender, RoutedEventArgs e ) : void

메소드 상세

GetIsEmpty() 공개 정적인 메소드

public static GetIsEmpty ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetWatermark() 공개 정적인 메소드

public static GetWatermark ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

SetIsEmpty() 공개 정적인 메소드

public static SetIsEmpty ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetWatermark() 공개 정적인 메소드

public static SetWatermark ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

IsEmptyProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsEmptyProperty
리턴 System.Windows.DependencyProperty

WatermarkProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows WatermarkProperty
리턴 System.Windows.DependencyProperty