PaddingInfo Properties
Contains padding or margin information associated with a control or a brick.| Name | Description |
|---|---|
| All | Specifies padding for all the element’s sides. |
| BottomF | Specifies the padding value for the bottom edge. |
| Dpi | Gets or sets the dpi value used to perform internal calculations. |
| IsEmpty | Determines whether the padding is empty (all padding values are null). |
| LeftF | Specifies the padding value for the left edge. |
| RightF | Specifies the padding value for the right edge. |
| TopF | Specifies the padding value for the top edge. |
See Also