Struct TextFitArray
Definition
- Namespace:
- Tizen.NUI.Text
- Assembly:
- Tizen.NUI.dll
A struct to pass data of SetTextFitArray and GetTextFitArray methods.
C#Copypublic 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#Copypublic bool Enable { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Declaration
C#Copypublic List<TextFitArrayOption> OptionList { get; set; }
Property Value
Type | Description |
---|---|
List<TextFitArrayOption> |