menu

MAUI

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

    Show / Hide Table of Contents

    Class MapLabelOverflowMode

    Gets or sets the intersect action.

    Inheritance
    System.Object
    MapLabelOverflowMode
    Namespace: Syncfusion.Maui.Maps
    Assembly: Syncfusion.Maui.Maps.dll
    Syntax
    public sealed class MapLabelOverflowMode : Enum

    Fields

    Hide

    Label will be hide when it get intersect.

    Declaration
    public const MapLabelOverflowMode Hide
    Field Value
    Type
    MapLabelOverflowMode

    None

    Nothing will be done when label get intersect.

    Declaration
    public const MapLabelOverflowMode None
    Field Value
    Type
    MapLabelOverflowMode

    Trim

    Text will be trimmed when label get intersect.

    Declaration
    public const MapLabelOverflowMode Trim
    Field Value
    Type
    MapLabelOverflowMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved