C# 클래스 SilverlightFX.UserInterface.WrapPanel

A panel that positions child elements sequentially from left to right or top to bottom. When elements extend beyond the panel edge, elements are positioned in the next row or column.
상속: System.Windows.Controls.AnimatedPanel
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
AreClose ( double left, double right ) : bool
ArrangeLine ( int lineStart, int lineEnd, double directDelta, double indirectOffset, double indirectGrowth ) : void
IsGreaterThan ( double left, double right ) : bool
OnLayoutPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

MeasureOverride() 보호된 메소드

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

프로퍼티 상세

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

Represents the ItemHeight property.
public static DependencyProperty,System.Windows ItemHeightProperty
리턴 System.Windows.DependencyProperty

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

Represents the ItemWidth property.
public static DependencyProperty,System.Windows ItemWidthProperty
리턴 System.Windows.DependencyProperty

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

Represents the Orientation property.
public static DependencyProperty,System.Windows OrientationProperty
리턴 System.Windows.DependencyProperty