Class TextFormatOption
Specifies text formatting options for tree map leaf items in the SfTreeMap control.
Inheritance
System.Object
TextFormatOption
Namespace: Syncfusion.Maui.TreeMap
Assembly: Syncfusion.Maui.TreeMap.dll
Syntax
public sealed class TextFormatOption : Enum
Fields
Hide
Hides the text if it exceeds the allocated size.
Declaration
public const TextFormatOption Hide
Field Value
Type |
---|
TextFormatOption |
Trim
Trims the text to fit within the allocated size.
Declaration
public const TextFormatOption Trim
Field Value
Type |
---|
TextFormatOption |
Wrap
Wraps the text to the next line if it exceeds the allocated width.
Declaration
public const TextFormatOption Wrap
Field Value
Type |
---|
TextFormatOption |