Class AsyncTextRenderedEventArgs

    Definition

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

    AsyncTextRenderedEventArgs is a class to record async text rendered event arguments which will be sent to user.

    public class AsyncTextRenderedEventArgs : EventArgs
    Inheritance
    object
    AsyncTextRenderedEventArgs

    Constructors

    View Source

    AsyncTextRenderedEventArgs(float, float)

    Declaration
    public AsyncTextRenderedEventArgs(float width, float height)
    Parameters
    Type Name Description
    float width
    float height

    Properties

    View Source

    Height

    The rendered height.

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

    Width

    The rendered width.

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    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