Margins Properties
Contains margin settings.| Name | Description |
|---|---|
| IsEmpty | Gets a value that indicates whether this Margins object is initialized with the default values. |
| Margin | Gets or sets the common margin value for all four edges. |
| MarginBottom | Gets or sets the margin value for the bottom edge. |
| MarginLeft | Gets or sets the margin value for the left edge. |
| MarginRight | Gets or sets the margin value for the right edge. |
| MarginTop | Gets or sets the margin value for the top edge. |
See Also