Struct TextFitArray

    Definition

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

    A struct to pass data of SetTextFitArray and GetTextFitArray methods.

    public struct TextFitArray
    Remarks

    The TextFitArray struct is used as an argument to SetTextFitArray and GetTextFitArray methods.
    See SetTextFitArray(TextFitArray) and GetTextFitArray().

    Properties

    View Source

    Enable

    True to enable the text fit array or false to disable (the default value is false).

    Declaration
    public bool Enable { readonly get; set; }
    Property Value
    Type Description
    bool
    Remarks

    The TextFitArray struct is used as an argument to SetTextFitArray and GetTextFitArray methods.
    See SetTextFitArray(TextFitArray) and GetTextFitArray().

    View Source

    OptionList

    A List of TextFitArrayOptions.

    Declaration
    public List<TextFitArrayOption> OptionList { readonly get; set; }
    Property Value
    Type Description
    List<><TextFitArrayOption>
    Remarks

    The TextFitArray struct is used as an argument to SetTextFitArray and GetTextFitArray methods.
    See SetTextFitArray(TextFitArray) and GetTextFitArray().

    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