Class EmbeddedItemInfo

    Definition

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

    Class with info of the embedded items layout.

    public class EmbeddedItemInfo : Disposable
    Inheritance
    object
    Disposable
    EmbeddedItemInfo

    Constructors

    View Source

    EmbeddedItemInfo()

    Construct EmbeddedItemInfo

    Declaration
    public EmbeddedItemInfo()

    Properties

    View Source

    Angle

    Rotation angle of the pixel buffer in degrees.

    Declaration
    public Degree Angle { get; set; }
    Property Value
    Type Description
    Degree
    View Source

    CharacterIndex

    Index to the character within the string.

    Declaration
    public uint CharacterIndex { get; set; }
    Property Value
    Type Description
    uint
    View Source

    ColorBlendingMode

    Whether the color of the image is multiplied by the color of the text.

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

    GlyphIndex

    Index to the glyph

    Declaration
    public uint GlyphIndex { get; set; }
    Property Value
    Type Description
    uint
    View Source

    Position

    The layout position within the buffer (top, left corner).

    Declaration
    public Vector2 Position { get; set; }
    Property Value
    Type Description
    Vector2
    View Source

    RotatedSize

    The rotated size within the buffer of the embedded item.

    Declaration
    public Size RotatedSize { get; set; }
    Property Value
    Type Description
    Size
    View Source

    Size

    The size within the buffer of the embedded item.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    Size

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Dispose

    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.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