menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextFormatOption - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved