Show / Hide Table of Contents

    Class RadialProgress

    Inheritance
    System.Object
    RadialProgress
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class RadialProgress : SKCanvasView

    Constructors

    RadialProgress()

    Declaration
    public RadialProgress()

    Fields

    EndStrokeCapProperty

    Declaration
    public static readonly BindableProperty EndStrokeCapProperty
    Field Value
    Type Description
    BindableProperty

    FontSizeProperty

    Declaration
    public static readonly BindableProperty FontSizeProperty
    Field Value
    Type Description
    BindableProperty

    HasLabelProperty

    Declaration
    public static readonly BindableProperty HasLabelProperty
    Field Value
    Type Description
    BindableProperty

    ProgressProperty

    Declaration
    public static readonly BindableProperty ProgressProperty
    Field Value
    Type Description
    BindableProperty

    RadialBackgroundColorProperty

    Declaration
    public static readonly BindableProperty RadialBackgroundColorProperty
    Field Value
    Type Description
    BindableProperty

    RadialColorProperty

    Declaration
    public static readonly BindableProperty RadialColorProperty
    Field Value
    Type Description
    BindableProperty

    RadialEndColorProperty

    Declaration
    public static readonly BindableProperty RadialEndColorProperty
    Field Value
    Type Description
    BindableProperty

    RadialMiddleColorProperty

    Declaration
    public static readonly BindableProperty RadialMiddleColorProperty
    Field Value
    Type Description
    BindableProperty

    RadialStartColorProperty

    Declaration
    public static readonly BindableProperty RadialStartColorProperty
    Field Value
    Type Description
    BindableProperty

    StartAngleProperty

    Declaration
    public static readonly BindableProperty StartAngleProperty
    Field Value
    Type Description
    BindableProperty

    StartStrokeCapProperty

    Declaration
    public static readonly BindableProperty StartStrokeCapProperty
    Field Value
    Type Description
    BindableProperty

    SweepAngleProperty

    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

    ThicknessProperty

    Declaration
    public static readonly BindableProperty ThicknessProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    EndStrokeCap

    Declaration
    public RadialProgressStrokeCap EndStrokeCap { get; set; }
    Property Value
    Type Description
    RadialProgressStrokeCap

    FontSize

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type Description
    System.Double

    HasLabel

    Declaration
    public bool HasLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Progress

    Declaration
    public double Progress { get; set; }
    Property Value
    Type Description
    System.Double

    RadialBackgroundColor

    Declaration
    public Color RadialBackgroundColor { get; set; }
    Property Value
    Type Description
    Color

    RadialColor

    Declaration
    public Color RadialColor { get; set; }
    Property Value
    Type Description
    Color

    RadialEndColor

    Declaration
    public Color RadialEndColor { get; set; }
    Property Value
    Type Description
    Color

    RadialMiddleColor

    Declaration
    public Color RadialMiddleColor { get; set; }
    Property Value
    Type Description
    Color

    RadialStartColor

    Declaration
    public Color RadialStartColor { get; set; }
    Property Value
    Type Description
    Color

    StartAngle

    Declaration
    public double StartAngle { get; set; }
    Property Value
    Type Description
    System.Double

    StartStrokeCap

    Declaration
    public RadialProgressStrokeCap StartStrokeCap { get; set; }
    Property Value
    Type Description
    RadialProgressStrokeCap

    SweepAngle

    Declaration
    public double SweepAngle { get; set; }
    Property Value
    Type Description
    System.Double

    TextColor

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type Description
    Color

    TextFormat

    Declaration
    public string TextFormat { get; set; }
    Property Value
    Type Description
    System.String

    Thickness

    Declaration
    public double Thickness { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    OnPaintSurface(SKPaintSurfaceEventArgs)

    Declaration
    protected override void OnPaintSurface(SKPaintSurfaceEventArgs e)
    Parameters
    Type Name Description
    SKPaintSurfaceEventArgs e
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX