[]
Gets or sets the location of the label area in the control.
[FpCategory("Category_Layout")]
[TypeConverter(typeof(PointFConverter))]
public PointF Location { get; set; }
<FpCategory("Category_Layout")>
<TypeConverter(GetType(PointFConverter))>
Public Property Location As PointF
Location is measured in relative units ((0.0, 0.0) = upper left corner of control, (1.0, 1.0) = lower right corner of control).
Type | Condition |
---|---|
ArgumentOutOfRangeException | Value's x or y is less than zero or greater than one. |