Class RadGeometry
Base abstract class representing a geometric shape.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadGeometry : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
RadGeometry()
RadGeometry default constructor
Declaration
protected RadGeometry()
Properties
Transform
Gets or sets the transformation applied to the geometry.
Declaration
public RadTransform Transform { get; set; }
Property Value
RadTransform
|