C# 클래스 ComponentFactory.Quicksilver.Layout.MetaWrapPanel

MetaPanel predefined with WrapLayout appropriate settings.
상속: FixedMetaPanelBase
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver

공개 프로퍼티들

프로퍼티 타입 설명
BreakAfterProperty System.Windows.DependencyProperty
ItemHeightProperty DependencyProperty
ItemWidthProperty DependencyProperty
OrientationProperty DependencyProperty

공개 메소드들

메소드 설명
GetBreakAfter ( UIElement element ) : bool

Gets the BreakAfter attached property of the provided element.

SetBreakAfter ( UIElement element, bool value ) : void

Sets the BreakAfter attached property of the provided element.

비공개 메소드들

메소드 설명
MetaWrapPanel ( ) : System
OnWrapChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetBreakAfter() 공개 정적인 메소드

Gets the BreakAfter attached property of the provided element.
public static GetBreakAfter ( UIElement element ) : bool
element UIElement Target element.
리턴 bool

SetBreakAfter() 공개 정적인 메소드

Sets the BreakAfter attached property of the provided element.
public static SetBreakAfter ( UIElement element, bool value ) : void
element UIElement Target element.
value bool BreakAfter value.
리턴 void

프로퍼티 상세

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

Identifies the Break dependency property.
public static DependencyProperty,System.Windows BreakAfterProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ItemHeight dependency property.
public static DependencyProperty ItemHeightProperty
리턴 DependencyProperty

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

Identifies the ItemWidth dependency property.
public static DependencyProperty ItemWidthProperty
리턴 DependencyProperty

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

Identifies the Orientation dependency property.
public static DependencyProperty OrientationProperty
리턴 DependencyProperty