Class RectangleGeometryData
Inheritance
System.Object
RectangleGeometryData
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RectangleGeometryData : GeometryData, INotifyPropertyChanged
Constructors
Declaration
public RectangleGeometryData()
Properties
Declaration
public Location Point1 { get; set; }
Property Value
Declaration
public Location Point2 { get; set; }
Property Value
Declaration
public double RadiusX { get; set; }
Property Value
Declaration
public double RadiusY { get; set; }
Property Value
Declaration
public LocationRect Rect { get; set; }
Property Value
Extension Methods