Click or drag to resize

LayoutManagerT Properties

The LayoutManagerT generic type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the alignment of the layout. Defaults to BottomRight.
(Inherited from LayoutPreset.)
Public propertyBlockHeight
Gets or sets the height of block elements in pixels. Overrides BlockHeightPercent.
(Inherited from LayoutPreset.)
Public propertyBlockHeightPercent
Gets or sets the height of block elements as a percent of the container height between 0.0 and 1.0. Overrides BlockHeight.
(Inherited from LayoutPreset.)
Public propertyBlockMarginX
Gets or sets the X-margin between block elements and the layout edge in pixels. Overrides BlockMarginXPercent.
(Inherited from LayoutPreset.)
Public propertyBlockMarginXPercent
Gets or sets the X-margin between block elements and the layout edge as a percent of the container width between 0.0 and 1.0. Overrides BlockMarginX.
(Inherited from LayoutPreset.)
Public propertyBlockMarginY
Gets or sets the Y-margin between block elements and the layout edge in pixels. Overrides BlockMarginYPercent.
(Inherited from LayoutPreset.)
Public propertyBlockMarginYPercent
Gets or sets the Y-margin between block elements and the layout edge as a percent of the container height between 0.0 and 1.0. Overrides BlockMarginY.
(Inherited from LayoutPreset.)
Public propertyBlockWidth
Gets or sets the width of block elements in pixels. Overrides BlockWidthPercent.
(Inherited from LayoutPreset.)
Public propertyBlockWidthPercent
Gets or sets the width of block elements as a percent of the container width between 0.0 and 1.0. Overrides BlockWidth.
(Inherited from LayoutPreset.)
Public propertyDirection
Gets or sets the direction of the layout flow. Defaults to Horizontal.
(Inherited from LayoutPreset.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyFloatHeight
Gets or sets the height of floating elements in pixels. Overrides FloatHeightPercent.
(Inherited from LayoutPreset.)
Public propertyFloatHeightPercent
Gets or sets the height of floating elements as a percent of the container height between 0.0 and 1.0. Overrides FloatHeight.
(Inherited from LayoutPreset.)
Public propertyFloatMarginX
Gets or sets the X-margin between floating elements and the layout edge in pixels. Overrides FloatMarginXPercent.
(Inherited from LayoutPreset.)
Public propertyFloatMarginXPercent
Gets or sets the X-margin between floating elements and the layout edge as a percent of the container width between 0.0 and 1.0. Overrides FloatMarginX.
(Inherited from LayoutPreset.)
Public propertyFloatMarginY
Gets or sets the Y-margin between floating elements and the layout edge in pixels. Overrides FloatMarginYPercent.
(Inherited from LayoutPreset.)
Public propertyFloatMarginYPercent
Gets or sets the Y-margin between floating elements and the layout edge as a percent of the container height between 0.0 and 1.0. Overrides FloatMarginY.
(Inherited from LayoutPreset.)
Public propertyFloatWidth
Gets or sets the width of floating elements in pixels. Overrides FloatWidthPercent.
(Inherited from LayoutPreset.)
Public propertyFloatWidthPercent
Gets or sets the width of floating elements as a percent of the container width between 0.0 and 1.0. Overrides FloatWidth.
(Inherited from LayoutPreset.)
Public propertyInlineMargin
Gets or sets the size of the margin in pixels to use between inline elements.
(Inherited from LayoutPreset.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLayoutOrigin
Gets or sets the layout origin. Defaults to TopLeft.
Public propertyMode
Gets or sets the mode used by the layout engine. Defaults to FloatLocal.
(Inherited from LayoutPreset.)
Top
See Also