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. |
Bottom | Gets or sets 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). |
Left | Gets or sets the padding value for the left edge. |
Right | Gets or sets the padding value for the right edge. |
Top | Gets or sets the padding value for the top edge. |
See Also