C# Class FirstFloor.ModernUI.Windows.Controls.SpacingUniformGrid

Inheritance: System.Windows.Controls.Panel
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
ColumnsProperty System.Windows.DependencyProperty
FirstColumnProperty System.Windows.DependencyProperty
HorizontalSpacingProperty System.Windows.DependencyProperty
RowsProperty System.Windows.DependencyProperty
VerticalSpacingProperty System.Windows.DependencyProperty

Protected Methods

Method Description
ArrangeOverride ( Size arrangeSize ) : Size
MeasureOverride ( Size constraint ) : Size

Private Methods

Method Description
UpdateComputedValues ( ) : void

Method Details

ArrangeOverride() protected method

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

MeasureOverride() protected method

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

Property Details

ColumnsProperty public static property

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

FirstColumnProperty public static property

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

HorizontalSpacingProperty public static property

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

RowsProperty public static property

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

VerticalSpacingProperty public static property

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