Show / Hide Table of Contents

    Class Stepper

    A View control that inputs a discrete value, constrained to a range.

    Inheritance
    System.Object
    CustomRenderingView
    SKGLSurfaceView
    SkiaGraphicsView
    GraphicsView<StepperDrawable>
    Stepper
    Implements
    IMeasurable
    IStepper
    Inherited Members
    GraphicsView<StepperDrawable>.IsEnabled
    GraphicsView<StepperDrawable>.Measure(Double, Double)
    GraphicsView<StepperDrawable>.SetProperty<T>(String, T)
    GraphicsView<StepperDrawable>.GetProperty<T>(String)
    GraphicsView<StepperDrawable>.Drawable
    GraphicsView<StepperDrawable>.OnUnfocused(Object, EventArgs)
    GraphicsView<StepperDrawable>.OnFocused(Object, EventArgs)
    GraphicsView<StepperDrawable>.OnTouch(Object, TouchEventArgs)
    SkiaGraphicsView.OnPaintSurface(Object, SKPaintSurfaceEventArgs)
    SKGLSurfaceView.OnDrawFrame()
    SKGLSurfaceView.OnResized()
    SKGLSurfaceView.Dispose(Boolean)
    CustomRenderingView.MainloopContext
    CustomRenderingView.PaintSurface
    CustomRenderingView.Invalidate()
    CustomRenderingView.SendPaintSurface(SKPaintSurfaceEventArgs)
    Namespace: Tizen.UIExtensions.NUI.GraphicsView
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public class Stepper : GraphicsView<StepperDrawable>, IMeasurable, IStepper

    Constructors

    Stepper()

    Initializes a new instance of the Stepper class.

    Declaration
    public Stepper()

    Properties

    Increment

    Gets or sets the increment by which Value is increased or decreased.

    Declaration
    public double Increment { get; set; }
    Property Value
    Type Description
    System.Double

    Maximum

    Gets or sets the maximum selectable value.

    Declaration
    public double Maximum { get; set; }
    Property Value
    Type Description
    System.Double

    Minimum

    Gets or sets the minimum selectabel value.

    Declaration
    public double Minimum { get; set; }
    Property Value
    Type Description
    System.Double

    Value

    Gets or sets the current value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Events

    ValueChanged

    Raised when the Value property changes.

    Declaration
    public event EventHandler ValueChanged
    Event Type
    Type Description
    System.EventHandler

    Implements

    IMeasurable
    IStepper
    Back to top Copyright © 2021 Samsung
    Generated by DocFX