LayoutPreset Properties |
The LayoutPreset type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the alignment of the layout.
Defaults to BottomRight.
| |
| BlockHeight |
Gets or sets the height of block elements in pixels.
Overrides BlockHeightPercent.
| |
| BlockHeightPercent |
Gets or sets the height of block elements as a percent
of the container height between 0.0 and 1.0.
Overrides BlockHeight.
| |
| BlockMarginX |
Gets or sets the X-margin between block elements and the layout
edge in pixels.
Overrides BlockMarginXPercent.
| |
| 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.
| |
| BlockMarginY |
Gets or sets the Y-margin between block elements and the layout
edge in pixels.
Overrides BlockMarginYPercent.
| |
| 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.
| |
| BlockWidth |
Gets or sets the width of block elements in pixels.
Overrides BlockWidthPercent.
| |
| BlockWidthPercent |
Gets or sets the width of block elements as a percent
of the container width between 0.0 and 1.0.
Overrides BlockWidth.
| |
| Direction |
Gets or sets the direction of the layout flow.
Defaults to Horizontal.
| |
| DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
| Facetime |
Gets a Facetime-style layout preset.
| |
| FloatHeight |
Gets or sets the height of floating elements in pixels.
Overrides FloatHeightPercent.
| |
| FloatHeightPercent |
Gets or sets the height of floating elements as a percent
of the container height between 0.0 and 1.0.
Overrides FloatHeight.
| |
| FloatMarginX |
Gets or sets the X-margin between floating elements and the layout
edge in pixels.
Overrides FloatMarginXPercent.
| |
| 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.
| |
| FloatMarginY |
Gets or sets the Y-margin between floating elements and the layout
edge in pixels.
Overrides FloatMarginYPercent.
| |
| 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.
| |
| FloatWidth |
Gets or sets the width of floating elements in pixels.
Overrides FloatWidthPercent.
| |
| FloatWidthPercent |
Gets or sets the width of floating elements as a percent
of the container width between 0.0 and 1.0.
Overrides FloatWidth.
| |
| GoogleHangouts |
Gets a Google Hangouts-style layout preset.
Note that this will present differently
on mobile devices.
| |
| InlineMargin |
Gets or sets the size of the margin in pixels to use
between inline elements.
| |
| IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
| Mode |
Gets or sets the mode used by the layout engine.
Defaults to FloatLocal.
| |
| Skype |
Gets a Skype-style layout preset.
Note that this will present differently
on mobile devices.
|