Class DefaultRuler

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class DefaultRuler : Ruler
    Inheritance
    object
    Disposable
    RefObject
    Ruler
    DefaultRuler

    Constructors

    View Source

    DefaultRuler()

    Declaration
    public DefaultRuler()

    Methods

    View Source

    GetPageFromPosition(float, bool)

    Declaration
    public override uint GetPageFromPosition(float position, bool wrap)
    Parameters
    Type Name Description
    float position
    bool wrap
    Returns
    Type Description
    uint
    Overrides
    Ruler.GetPageFromPosition(float, bool)
    View Source

    GetPositionFromPage(uint, out uint, bool)

    Declaration
    public override float GetPositionFromPage(uint page, out uint volume, bool wrap)
    Parameters
    Type Name Description
    uint page
    uint volume
    bool wrap
    Returns
    Type Description
    float
    Overrides
    Ruler.GetPositionFromPage(uint, out uint, bool)
    View Source

    GetTotalPages()

    Declaration
    public override uint GetTotalPages()
    Returns
    Type Description
    uint
    Overrides
    Ruler.GetTotalPages()
    View Source

    ReleaseSwigCPtr(HandleRef)

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

    Snap(float, float)

    Declaration
    public override float Snap(float x, float bias)
    Parameters
    Type Name Description
    float x
    float bias
    Returns
    Type Description
    float
    Overrides
    Ruler.Snap(float, float)

    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