Show / Hide Table of Contents

    Class Slider

    A View control that inputs a linear value.

    Inheritance
    System.Object
    CustomRenderingView
    SKGLSurfaceView
    SkiaGraphicsView
    GraphicsView<SliderDrawable>
    Slider
    Implements
    IMeasurable
    ISlider
    Inherited Members
    GraphicsView<SliderDrawable>.IsEnabled
    GraphicsView<SliderDrawable>.Measure(Double, Double)
    GraphicsView<SliderDrawable>.SetProperty<T>(String, T)
    GraphicsView<SliderDrawable>.GetProperty<T>(String)
    GraphicsView<SliderDrawable>.Drawable
    GraphicsView<SliderDrawable>.OnUnfocused(Object, EventArgs)
    GraphicsView<SliderDrawable>.OnFocused(Object, EventArgs)
    GraphicsView<SliderDrawable>.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 Slider : GraphicsView<SliderDrawable>, IMeasurable, ISlider

    Constructors

    Slider()

    Initializes a new instance of the Slider class.

    Declaration
    public Slider()

    Properties

    Maximum

    Gets or sets the maximum selectable value.

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

    MaximumTrackColor

    Gets or sets the color of the portion of the slider track that contains the maximum value of the slider.

    Declaration
    public Color MaximumTrackColor { get; set; }
    Property Value
    Type Description
    Color

    Minimum

    Gets or sets the minimum selectable value.

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

    MinimumTrackColor

    Gets or sets the color of the portion of the slider track that contains the minimum value of the slider.

    Declaration
    public Color MinimumTrackColor { get; set; }
    Property Value
    Type Description
    Color

    ThumbColor

    Gets or sets the color of the slider thumb button.

    Declaration
    public Color ThumbColor { get; set; }
    Property Value
    Type Description
    Color

    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
    ISlider
    Back to top Copyright © 2021 Samsung
    Generated by DocFX