Class CircleSurfaceItem
The CircleSurfaceItem is a class that controls the items represented in the CircleSurface.
Implements
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class CircleSurfaceItem : Element, ICircleSurfaceItem
Fields
BackgroundAngleOffsetProperty
BindableProperty. Identifies the BackgroundAngleOffset bindable property.
Declaration
public static readonly BindableProperty BackgroundAngleOffsetProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BackgroundAngleProperty
BindableProperty. Identifies the BackgroundAngle bindable property.
Declaration
public static readonly BindableProperty BackgroundAngleProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BackgroundColorProperty
BindableProperty. Identifies the BackgroundColor bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BackgroundLineWidthProperty
BindableProperty. Identifies the BackgroundLineWidth bindable property.
Declaration
public static readonly BindableProperty BackgroundLineWidthProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BackgroundRadiusProperty
BindableProperty. Identifies the BackgroundRadius bindable property.
Declaration
public static readonly BindableProperty BackgroundRadiusProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BarAngleMaximumProperty
BindableProperty. Identifies the BarAngleMaximum bindable property.
Declaration
public static readonly BindableProperty BarAngleMaximumProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BarAngleMinimumProperty
BindableProperty. Identifies the BarAngleMinimum bindable property.
Declaration
public static readonly BindableProperty BarAngleMinimumProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BarAngleOffsetProperty
BindableProperty. Identifies the BarAngleOffset bindable property.
Declaration
public static readonly BindableProperty BarAngleOffsetProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BarAngleProperty
BindableProperty. Identifies the BarAngle bindable property.
Declaration
public static readonly BindableProperty BarAngleProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BarColorProperty
BindableProperty. Identifies the BarColor bindable property.
Declaration
public static readonly BindableProperty BarColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BarLineWidthProperty
BindableProperty. Identifies the BarLineWidth bindable property.
Declaration
public static readonly BindableProperty BarLineWidthProperty
Field Value
Type | Description |
---|---|
BindableProperty |
BarRadiusProperty
BindableProperty. Identifies the BarRadius bindable property.
Declaration
public static readonly BindableProperty BarRadiusProperty
Field Value
Type | Description |
---|---|
BindableProperty |
IsEnabledProperty
BindableProperty. Identifies the IsEnabled bindable property.
Declaration
public static readonly BindableProperty IsEnabledProperty
Field Value
Type | Description |
---|---|
BindableProperty |
IsVisibleProperty
BindableProperty. Identifies the IsVisible bindable property.
Declaration
public static readonly BindableProperty IsVisibleProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
BackgroundAngle
Gets or sets the background angle value. If background angle is 180, background of surface item draw 180 degree from background angle offset.
Declaration
public double BackgroundAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BackgroundAngleOffset
Gets or sets the background angle offset value. if background angle offset is 30, background of surface item start at 30 degree.
Declaration
public double BackgroundAngleOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BackgroundColor
Gets or sets the background color value.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
BackgroundLineWidth
Gets or sets the background line width value.
Declaration
public int BackgroundLineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BackgroundRadius
Gets or sets the background radius value.
Declaration
public double BackgroundRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BarAngle
Gets or sets the bar angle value. If bar angle is 180, bar of surface item draw 180 degree from bar angle offset.
Declaration
public double BarAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BarAngleMaximum
Gets or sets the bar angle maximum value.
Declaration
public double BarAngleMaximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BarAngleMinimum
Gets or sets the bar angle minimum value.
Declaration
public double BarAngleMinimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BarAngleOffset
Gets or sets the bar angle offset value. if bar angle offset is 30, bar of surface item start at 30 degree.
Declaration
public double BarAngleOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BarColor
Gets or sets the bar color value.
Declaration
public Color BarColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
BarLineWidth
Gets or sets the bar line width value.
Declaration
public int BarLineWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BarRadius
Gets or sets the bar radius value.
Declaration
public double BarRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsEnabled
Gets or sets a value indicating whether this element is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVisible
Gets or sets the visibility value of circle surface item.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |