Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
The Circle GenList Selector is a widget to display and handle the genlist items by the Rotary event.
Inherits GenList.
[Obsolete("This has been deprecated in API12")]
public class CircleGenList : GenList, IAccessibleObject, IRotaryActionWidget, ICircleWidget
- Inheritance
-
- Implements
-
Constructors
View Source
CircleGenList(EvasObject, CircleSurface)
Creates and initializes a new instance of the Circle GenList class.
Declaration
[Obsolete("This has been deprecated in API12")]
public CircleGenList(EvasObject parent, CircleSurface surface)
Parameters
Type |
Name |
Description |
EvasObject |
parent |
The parent of the new Circle GenList instance.
|
CircleSurface |
surface |
The surface for drawing the circle features for this widget.
|
Properties
View Source
CircleHandle
Gets the handle for the Circle widget.
Declaration
[Obsolete("This has been deprecated in API12")]
public virtual IntPtr CircleHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
View Source
CircleSurface
Gets the handle for the circle surface used in this widget.
Declaration
[Obsolete("This has been deprecated in API12")]
public virtual CircleSurface CircleSurface { get; }
Property Value
View Source
IsEnabled
Sets or gets the state of the widget, which might be enabled or disabled.
Declaration
[Obsolete("This has been deprecated in API12")]
public override bool IsEnabled { get; set; }
Property Value
Overrides
View Source
Sets or gets the color of the scroll background.
Declaration
[Obsolete("This has been deprecated in API12")]
public Color VerticalScrollBackgroundColor { get; set; }
Property Value
View Source
Sets or gets the line width of the scroll background.
Declaration
[Obsolete("This has been deprecated in API12")]
public int VerticalScrollBackgroundLineWidth { get; set; }
Property Value
View Source
Sets or gets the radius of the scroll background.
Declaration
[Obsolete("This has been deprecated in API12")]
public double VerticalScrollBackgroundRadius { get; set; }
Property Value
Declaration
[Obsolete("This has been deprecated in API12")]
public Color VerticalScrollBarColor { get; set; }
Property Value
View Source
Sets or gets the line width of the scrollbar.
Declaration
[Obsolete("This has been deprecated in API12")]
public int VerticalScrollBarLineWidth { get; set; }
Property Value
Declaration
[Obsolete("This has been deprecated in API12")]
public double VerticalScrollBarRadius { get; set; }
Property Value
View Source
Sets or gets the policy if the scrollbar is visible.
Declaration
[Obsolete("This has been deprecated in API12")]
public ScrollBarVisiblePolicy VerticalScrollBarVisiblePolicy { get; set; }
Property Value
Methods
Declaration
[Obsolete("This has been deprecated in API12")]
protected override IntPtr CreateHandle(EvasObject parent)
Parameters
Type |
Name |
Description |
EvasObject |
parent |
Parent EvasObject.
|
Returns
Type |
Description |
System.IntPtr |
Handle IntPtr.
|
Overrides
Implements
Extension Methods