Class RulerDomain

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class RulerDomain : Disposable
    Inheritance
    object
    Disposable
    RulerDomain

    Constructors

    View Source

    RulerDomain(float, float, bool)

    Declaration
    public RulerDomain(float min, float max, bool enabled)
    Parameters
    Type Name Description
    float min
    float max
    bool enabled
    View Source

    RulerDomain(float, float)

    Declaration
    public RulerDomain(float min, float max)
    Parameters
    Type Name Description
    float min
    float max

    Properties

    View Source

    enabled

    Declaration
    public bool enabled { get; set; }
    Property Value
    Type Description
    bool
    View Source

    max

    Declaration
    public float max { get; set; }
    Property Value
    Type Description
    float
    View Source

    min

    Declaration
    public float min { get; set; }
    Property Value
    Type Description
    float

    Methods

    View Source

    Clamp(float, float, float)

    Declaration
    public float Clamp(float x, float length, float scale)
    Parameters
    Type Name Description
    float x
    float length
    float scale
    Returns
    Type Description
    float
    View Source

    Clamp(float, float)

    Declaration
    public float Clamp(float x, float length)
    Parameters
    Type Name Description
    float x
    float length
    Returns
    Type Description
    float
    View Source

    Clamp(float)

    Declaration
    public float Clamp(float x)
    Parameters
    Type Name Description
    float x
    Returns
    Type Description
    float
    View Source

    GetSize()

    Declaration
    public float GetSize()
    Returns
    Type Description
    float
    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    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