Class FloatSelector

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    Float selector.

    public class FloatSelector : Selector<float?>
    Inheritance
    object
    Selector<float?>
    FloatSelector

    Constructors

    View Source

    FloatSelector()

    Default constructor.

    Declaration
    public FloatSelector()
    View Source

    FloatSelector(Selector<float?>)

    Constructor with base class object.

    Declaration
    public FloatSelector(Selector<float?> selector)
    Parameters
    Type Name Description
    Selector<float?> selector

    Methods

    View Source

    Clone()

    Float selector clone function.

    Declaration
    public FloatSelector Clone()
    Returns
    Type Description
    FloatSelector

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX