[]
Gets or sets the horizontal alignment of the label area.
[FpCategory("Category_Layout")]
public float AlignmentX { get; set; }
<FpCategory("Category_Layout")>
Public Property AlignmentX As Single
Alignment is measured in relative units (0.0 = left, 0.5 = center, 1.0 = right).
Type | Condition |
---|---|
ArgumentOutOfRangeException | Value is less than zero or greater than one. |