C# Class PocketCampus.Common.Controls.LinePanel

Panel that displays all its children in one single line. Unlike the StackPanel, it is bounded.
Inheritance: System.Windows.Controls.Panel
Show file Open project: accandme/pocketcampus

Public Properties

Property Type Description
OrientationProperty System.Windows.DependencyProperty

Protected Methods

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

Private Methods

Method Description
VisitChildren ( Size size, Rect>.Action action ) : 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

OrientationProperty public static property

public static DependencyProperty,System.Windows OrientationProperty
return System.Windows.DependencyProperty