| LayoutManagerT Properties | 
The LayoutManagerT generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Alignment | 
            Gets or sets the alignment of the layout.
            Defaults to BottomRight.
            (Inherited from LayoutPreset.) | 
|  | BlockHeight | 
            Gets or sets the height of block elements in pixels.
            Overrides BlockHeightPercent.
            (Inherited from LayoutPreset.) | 
|  | BlockHeightPercent | 
            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.) | 
|  | BlockMarginX | 
            Gets or sets the X-margin between block elements and the layout
            edge in pixels.
            Overrides BlockMarginXPercent.
            (Inherited from LayoutPreset.) | 
|  | BlockMarginXPercent | 
            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.) | 
|  | BlockMarginY | 
            Gets or sets the Y-margin between block elements and the layout
            edge in pixels.
            Overrides BlockMarginYPercent.
            (Inherited from LayoutPreset.) | 
|  | BlockMarginYPercent | 
            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.) | 
|  | BlockWidth | 
            Gets or sets the width of block elements in pixels.
            Overrides BlockWidthPercent.
            (Inherited from LayoutPreset.) | 
|  | BlockWidthPercent | 
            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.) | 
|  | Direction | 
            Gets or sets the direction of the layout flow.
            Defaults to Horizontal.
            (Inherited from LayoutPreset.) | 
|  | DynamicProperties | 
            Gets or sets the dynamic properties on this instance.
            (Inherited from Dynamic.) | 
|  | FloatHeight | 
            Gets or sets the height of floating elements in pixels.
            Overrides FloatHeightPercent.
            (Inherited from LayoutPreset.) | 
|  | FloatHeightPercent | 
            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.) | 
|  | FloatMarginX | 
            Gets or sets the X-margin between floating elements and the layout
            edge in pixels.
            Overrides FloatMarginXPercent.
            (Inherited from LayoutPreset.) | 
|  | FloatMarginXPercent | 
            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.) | 
|  | FloatMarginY | 
            Gets or sets the Y-margin between floating elements and the layout
            edge in pixels.
            Overrides FloatMarginYPercent.
            (Inherited from LayoutPreset.) | 
|  | FloatMarginYPercent | 
            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.) | 
|  | FloatWidth | 
            Gets or sets the width of floating elements in pixels.
            Overrides FloatWidthPercent.
            (Inherited from LayoutPreset.) | 
|  | FloatWidthPercent | 
            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.) | 
|  | InlineMargin | 
            Gets or sets the size of the margin in pixels to use
            between inline elements.
            (Inherited from LayoutPreset.) | 
|  | IsDirty | 
            Gets or sets a value indicating whether this instance is dirty.
            (Inherited from Serializable.) | 
|  | LayoutOrigin | 
            Gets or sets the layout origin.
            Defaults to TopLeft.
             | 
|  | Mode | 
            Gets or sets the mode used by the layout engine.
            Defaults to FloatLocal.
            (Inherited from LayoutPreset.) | 
 See Also
See Also