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