Class RadPath
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadPath : RadLayout<View>
Constructors
RadPath()
Declaration
public RadPath()
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
|