C# Class SilverlightFX.UserInterface.HStackPanel

A panel that arranges its children horizontally.
Inheritance: System.Windows.Controls.AnimatedPanel
Show file 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 static property

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

ChildFlowProperty public static property

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

ChildSpacingProperty public static property

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