[]
Gets or sets the width and height of the rectangle.
public C1Size Size { get; set; }
Public Property Size As C1Size
| Type | Description |
|---|---|
| C1Size | A System.Windows.Size structure that specifies the width and height of the rectangle. |
| Type | Condition |
|---|---|
| InvalidOperationException | System.Windows.Rect.Size is set on an System.Windows.Rect.Empty rectangle. |