Class CircleDateTimeSelector

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll

    The Circle DateTime Selector is a widget to display and handle datetime value by the Rotary event. Inherits DateTimeSelector.

    [Obsolete("This has been deprecated in API12")]
    public class CircleDateTimeSelector : DateTimeSelector, IAccessibleObject, IRotaryActionWidget, ICircleWidget
    Inheritance
    object
    EvasObject
    AccessibleObject
    Widget
    Container
    Layout
    DateTimeSelector
    CircleDateTimeSelector
    Implements
    IAccessibleObject
    IRotaryActionWidget
    ICircleWidget

    Constructors

    View Source

    CircleDateTimeSelector(EvasObject, CircleSurface)

    Creates and initializes a new instance of the Circle DateTime class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public CircleDateTimeSelector(EvasObject parent, CircleSurface surface)
    Parameters
    Type Name Description
    EvasObject parent

    The parent of the new Circle DateTime instance.

    CircleSurface surface

    The surface for drawing 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
    Type Description
    CircleSurface
    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
    Type Description
    bool
    Overrides
    Widget.IsEnabled
    View Source

    MarkerColor

    Sets or gets the color of the marker.

    Declaration
    [Obsolete("MarkerColor is obsolete as of version 6.0.0 and is no longer supported")]
    public Color MarkerColor { get; set; }
    Property Value
    Type Description
    Color
    Remarks

    MarkerColor is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.

    View Source

    MarkerLineWidth

    Sets or gets the line width of the marker.

    Declaration
    [Obsolete("MarkerLineWidth is obsolete as of version 6.0.0 and is no longer supported")]
    public int MarkerLineWidth { get; set; }
    Property Value
    Type Description
    int
    Remarks

    MarkerLineWidth is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.

    View Source

    MarkerRadius

    Sets or gets the radius at which the center of the marker lies.

    Declaration
    [Obsolete("MarkerRadius is obsolete as of version 6.0.0 and is no longer supported")]
    public double MarkerRadius { get; set; }
    Property Value
    Type Description
    double
    Remarks

    MarkerRadius is not supported on device or emulator which does not support marker in CircleDatetimeSelector and CircleSpinner.

    Methods

    View Source

    CreateHandle(EvasObject)

    Creates a widget handle.

    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
    DateTimeSelector.CreateHandle(EvasObject)

    Implements

    IAccessibleObject
    IRotaryActionWidget
    ICircleWidget

    Extension Methods

    RotaryEventExtensions.Activate(EvasObject)
    RotaryEventExtensions.AddRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Deactivate(EvasObject)
    RotaryEventExtensions.RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Activate(IRotaryActionWidget)
    RotaryEventExtensions.Deactivate(IRotaryActionWidget)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX