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