[]
Gets or sets the amount of extra space around the text.
[FpCategory("Category_Layout")]
public PaddingF Padding { get; set; }
<FpCategory("Category_Layout")>
Public Property Padding As PaddingF
Padding is measured in points.
Type | Condition |
---|---|
ArgumentOutOfRangeException | Padding on any edge is less than zero or greater than 1584. |