Class RadPathDefinition
Represents a simple path definition defined by its Geometry.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadPathDefinition : BindableObject
Constructors
RadPathDefinition()
Initializes a new instance of the path definition.
Declaration
public RadPathDefinition()
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Microsoft.
|
GeometryProperty
Identifies the Geometry property.
Declaration
public static readonly BindableProperty GeometryProperty
Field Value
Microsoft.
|
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Microsoft.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.
|
Properties
Fill
Gets or sets the fill of the path definition.
Declaration
public RadBrush Fill { get; set; }
Property Value
Geometry
Gets or sets the path geometry.
Declaration
public RadPathGeometry Geometry { get; set; }
Property Value
Stroke
Gets or sets the stroke of the path definition.
Declaration
public RadBrush Stroke { get; set; }
Property Value
StrokeThickness
Gets or sets the stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|