Struct TextFitArray

Definition

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

A struct to pass data of SetTextFitArray and GetTextFitArray methods.

C#
Copy
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
C#
Copy
public bool Enable { get; set; }
Property Value
Type Description
Boolean
View Source

OptionList

A List of TextFitArrayOptions.

Declaration
C#
Copy
public List<TextFitArrayOption> OptionList { get; set; }
Property Value
Type Description
List<TextFitArrayOption>

Extension Methods