Paddings Properties
Contains padding settings.| Name | Description |
|---|---|
| IsEmpty | Gets a value that indicates whether this Paddings object is initialized with the default values. |
| Padding | Gets or sets the common padding value for all the four edges. |
| PaddingBottom | Gets or sets the padding value for the bottom edge. |
| PaddingLeft | Gets or sets the padding value for the left edge. |
| PaddingRight | Gets or sets the padding value for the right edge. |
| PaddingTop | Gets or sets the padding value for the top edge. |
See Also