Class RadPathDefinition
Inheritance
System.Object
RadPathDefinition
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadPathDefinition : BindableObject
Constructors
RadPathDefinition()
Declaration
public RadPathDefinition()
Fields
FillProperty
Declaration
public static readonly BindableProperty FillProperty
Field Value
Xamarin.Forms.BindableProperty
|
GeometryProperty
Declaration
public static readonly BindableProperty GeometryProperty
Field Value
Xamarin.Forms.BindableProperty
|
StrokeProperty
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Xamarin.Forms.BindableProperty
|
StrokeThicknessProperty
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Fill
Geometry
Stroke
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|