Class RadialProgress
Inheritance
System.Object
RadialProgress
Assembly: Tizen.Wearable.CircularUI.Forms.dll
public class RadialProgress : SKCanvasView
Constructors
Declaration
Fields
Declaration
public static readonly BindableProperty EndStrokeCapProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty HasLabelProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty ProgressProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty RadialBackgroundColorProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty RadialColorProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty RadialEndColorProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty RadialMiddleColorProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty RadialStartColorProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty StartAngleProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty StartStrokeCapProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty SweepAngleProperty
Field Value
Type |
Description |
BindableProperty |
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
Description |
BindableProperty |
|
TextFormatProperty
Declaration
public static readonly BindableProperty TextFormatProperty
Field Value
Type |
Description |
BindableProperty |
|
Declaration
public static readonly BindableProperty ThicknessProperty
Field Value
Type |
Description |
BindableProperty |
|
Properties
Declaration
public RadialProgressStrokeCap EndStrokeCap { get; set; }
Property Value
Declaration
public double FontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool HasLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double Progress { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Color RadialBackgroundColor { get; set; }
Property Value
Declaration
public Color RadialColor { get; set; }
Property Value
Declaration
public Color RadialEndColor { get; set; }
Property Value
Declaration
public Color RadialMiddleColor { get; set; }
Property Value
Declaration
public Color RadialStartColor { get; set; }
Property Value
Declaration
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public RadialProgressStrokeCap StartStrokeCap { get; set; }
Property Value
Declaration
public double SweepAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
TextFormat
Declaration
public string TextFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double Thickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
protected override void OnPaintSurface(SKPaintSurfaceEventArgs e)
Parameters
Type |
Name |
Description |
SKPaintSurfaceEventArgs |
e |
|