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