RectangleGeometry Properties
Properties
Bounds | Gets the geometry's bounding rectangle. (Inherited from Geometry) |
ContourLength | Gets the geometry's total length as if all its contours are placed in a straight line. (Inherited from Geometry) |
InheritanceParent | Gets or sets the parent object that inherited AvaloniaProperty values are inherited from. (Inherited from AvaloniaObject) |
Item(AvaloniaProperty) | Gets or sets the value of a AvaloniaProperty. (Inherited from AvaloniaObject) |
Item(IndexerDescriptor) | Gets or sets a binding for a AvaloniaProperty. (Inherited from AvaloniaObject) |
RadiusX | Gets or sets the radius on the X-axis used to round the corners of the rectangle. Corner radii are represented by an ellipse so this is the X-axis width of the ellipse. |
RadiusY | Gets or sets the radius on the Y-axis used to round the corners of the rectangle. Corner radii are represented by an ellipse so this is the Y-axis height of the ellipse. |
Rect | Gets or sets the bounds of the rectangle. |
Transform | Gets or sets a transform to apply to the geometry. (Inherited from Geometry) |