C# Class SilverlightFX.UserInterface.HStackPanel

A panel that arranges its children horizontally.
Inheritance: System.Windows.Controls.AnimatedPanel
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Свойство Type Description
ChildAlignmentProperty System.Windows.DependencyProperty
ChildFlowProperty System.Windows.DependencyProperty
ChildSpacingProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size

Private Methods

Méthode Description
OnLayoutChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

MeasureOverride() protected méthode

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
Résultat System.Windows.Size

Property Details

ChildAlignmentProperty public_oe static_oe property

Represents the ChildAlignment property of HStackPanel
public static DependencyProperty,System.Windows ChildAlignmentProperty
Résultat System.Windows.DependencyProperty

ChildFlowProperty public_oe static_oe property

Represents the ChildFlow property of HStackPanel
public static DependencyProperty,System.Windows ChildFlowProperty
Résultat System.Windows.DependencyProperty

ChildSpacingProperty public_oe static_oe property

Represents the ChildSpacing property of HStackPanel
public static DependencyProperty,System.Windows ChildSpacingProperty
Résultat System.Windows.DependencyProperty