Class AsyncTextSizeComputedEventArgs

    Definition

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

    AsyncTextSizeComputedEventArgs is a class to record async text size computed event arguments which will be sent to user.

    public class AsyncTextSizeComputedEventArgs : EventArgs
    Inheritance
    object
    AsyncTextSizeComputedEventArgs

    Constructors

    View Source

    AsyncTextSizeComputedEventArgs(float, float)

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

    Properties

    View Source

    Height

    The computed height.

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

    Width

    The computed 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