[]
Gets or sets the position of the top-left corner of the rectangle.
public C1Point Location { get; set; }
Public Property Location As C1Point
| Type | Description |
|---|---|
| C1Point | The position of the top-left corner of the rectangle. The default is (0, 0). |
| Type | Condition |
|---|---|
| InvalidOperationException | System.Windows.Rect.Location is set on an System.Windows.Rect.Empty rectangle. |