Struct Offset

    Definition

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

    Offset has left, right, bottom, top value.

    public struct Offset

    Constructors

    View Source

    Offset(int, int, int, int)

    Constructor

    Declaration
    public Offset(int left, int right, int bottom, int top)
    Parameters
    Type Name Description
    int left

    left offset

    int right

    right offset

    int bottom

    bottom offset

    int top

    top offset

    Properties

    View Source

    Bottom

    Bottom

    Declaration
    public int Bottom { readonly get; set; }
    Property Value
    Type Description
    int
    View Source

    Left

    Left

    Declaration
    public int Left { readonly get; set; }
    Property Value
    Type Description
    int
    View Source

    Right

    Right

    Declaration
    public int Right { readonly get; set; }
    Property Value
    Type Description
    int
    View Source

    Top

    Top

    Declaration
    public int Top { readonly get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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