C# 클래스 WpfHint2.UIBuilding.HintDecorator

상속: System.Windows.Controls.Decorator
파일 보기 프로젝트 열기: JetBrains/Nitra 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WrapProperty System.Windows.DependencyProperty
WrapWidthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetWrap ( DependencyObject obj ) : bool
SetWrap ( DependencyObject obj, bool value ) : void

보호된 메소드들

메소드 설명
MeasureOverride ( Size constraint ) : Size

비공개 메소드들

메소드 설명
OnWrap ( DependencyObject d ) : void

메소드 상세

GetWrap() 공개 정적인 메소드

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

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
리턴 System.Windows.Size

SetWrap() 공개 정적인 메소드

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

프로퍼티 상세

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

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

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

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