C# 클래스 SilverlightFX.UserInterface.HStackPanel

A panel that arranges its children horizontally.
상속: System.Windows.Controls.AnimatedPanel
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
ChildAlignmentProperty System.Windows.DependencyProperty
ChildFlowProperty System.Windows.DependencyProperty
ChildSpacingProperty System.Windows.DependencyProperty

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnLayoutChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

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

MeasureOverride() 보호된 메소드

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

프로퍼티 상세

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

Represents the ChildAlignment property of HStackPanel
public static DependencyProperty,System.Windows ChildAlignmentProperty
리턴 System.Windows.DependencyProperty

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

Represents the ChildFlow property of HStackPanel
public static DependencyProperty,System.Windows ChildFlowProperty
리턴 System.Windows.DependencyProperty

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

Represents the ChildSpacing property of HStackPanel
public static DependencyProperty,System.Windows ChildSpacingProperty
리턴 System.Windows.DependencyProperty