Show / Hide Table of Contents

    Class CircleDateTimeSelectorRenderer

    Inheritance
    System.Object
    CircleDateTimeSelectorRenderer
    Namespace: Tizen.Wearable.CircularUI.Forms.Renderer
    Assembly: Tizen.Wearable.CircularUI.Forms.Renderer.dll
    Syntax
    public class CircleDateTimeSelectorRenderer : ViewRenderer<CircleDateTimeSelector, WatchDateTimePicker>

    Constructors

    CircleDateTimeSelectorRenderer()

    Declaration
    public CircleDateTimeSelectorRenderer()

    Methods

    Measure(Int32, Int32)

    Declaration
    protected override ElmSharp.Size Measure(int availableWidth, int availableHeight)
    Parameters
    Type Name Description
    System.Int32 availableWidth
    System.Int32 availableHeight
    Returns
    Type Description
    ElmSharp.Size

    MinimumSize()

    Declaration
    protected override Xamarin.Forms.Size MinimumSize()
    Returns
    Type Description
    Xamarin.Forms.Size

    OnElementChanged(ElementChangedEventArgs<CircleDateTimeSelector>)

    Declaration
    protected override void OnElementChanged(ElementChangedEventArgs<CircleDateTimeSelector> e)
    Parameters
    Type Name Description
    ElementChangedEventArgs<CircleDateTimeSelector> e

    UpdateRotaryInteraction(Boolean)

    Declaration
    protected override void UpdateRotaryInteraction(bool enable)
    Parameters
    Type Name Description
    System.Boolean enable
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX