C# 클래스 PaulStovell.TrialBalance.UserInterface.Providers.DescriptionProvider

파일 보기 프로젝트 열기: PaulStovell/trial-balance

공개 프로퍼티들

프로퍼티 타입 설명
DescriptionHorizontalAlignmentProperty System.Windows.DependencyProperty
DescriptionTextProperty System.Windows.DependencyProperty
DescriptionVerticalAlignmentProperty System.Windows.DependencyProperty
HasTextProperty System.Windows.DependencyPropertyKey

공개 메소드들

메소드 설명
GetDescriptionHorizontalAlignment ( DependencyObject obj ) : HorizontalAlignment
GetDescriptionText ( DependencyObject obj ) : string
GetDescriptionVerticalAlignment ( DependencyObject obj ) : VerticalAlignment
GetHasText ( DependencyObject o ) : bool
SetDescriptionHorizontalAlignment ( DependencyObject obj, HorizontalAlignment value ) : void
SetDescriptionText ( DependencyObject obj, string value ) : void
SetDescriptionVerticalAlignment ( DependencyObject obj, VerticalAlignment value ) : void

비공개 메소드들

메소드 설명
DescriptionTextProperty_PropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RememberHasText ( TextBox textBox ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

메소드 상세

GetDescriptionHorizontalAlignment() 공개 정적인 메소드

public static GetDescriptionHorizontalAlignment ( DependencyObject obj ) : HorizontalAlignment
obj System.Windows.DependencyObject
리턴 HorizontalAlignment

GetDescriptionText() 공개 정적인 메소드

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

GetDescriptionVerticalAlignment() 공개 정적인 메소드

public static GetDescriptionVerticalAlignment ( DependencyObject obj ) : VerticalAlignment
obj System.Windows.DependencyObject
리턴 VerticalAlignment

GetHasText() 공개 정적인 메소드

public static GetHasText ( DependencyObject o ) : bool
o System.Windows.DependencyObject
리턴 bool

SetDescriptionHorizontalAlignment() 공개 정적인 메소드

public static SetDescriptionHorizontalAlignment ( DependencyObject obj, HorizontalAlignment value ) : void
obj System.Windows.DependencyObject
value HorizontalAlignment
리턴 void

SetDescriptionText() 공개 정적인 메소드

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

SetDescriptionVerticalAlignment() 공개 정적인 메소드

public static SetDescriptionVerticalAlignment ( DependencyObject obj, VerticalAlignment value ) : void
obj System.Windows.DependencyObject
value VerticalAlignment
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

public static DependencyPropertyKey,System.Windows HasTextProperty
리턴 System.Windows.DependencyPropertyKey