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