C# Class SilverlightFX.UserInterface.VStackPanel

A panel that arranges its children vertically.
Inheritance: System.Windows.Controls.AnimatedPanel
Exibir arquivo Open project: nikhilk/silverlightfx

Public Properties

Property Type Description
ChildAlignmentProperty System.Windows.DependencyProperty
ChildFlowProperty System.Windows.DependencyProperty
ChildSpacingProperty System.Windows.DependencyProperty

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size

Private Methods

Method Description
OnLayoutChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

MeasureOverride() protected method

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
return System.Windows.Size

Property Details

ChildAlignmentProperty public_oe static_oe property

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

ChildFlowProperty public_oe static_oe property

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

ChildSpacingProperty public_oe static_oe property

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