menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataLabelSetting - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataLabelSetting

    Class Implementation of DataLabelSetting

    Inheritance
    System.Object
    DataLabelSetting
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class DataLabelSetting : Object

    Constructors

    DataLabelSetting()

    Declaration
    public DataLabelSetting()

    Properties

    IntersectionAction

    Gets or sets the value for IntersectAction

    Declaration
    public IntersectAction IntersectionAction { get; set; }
    Property Value
    Type
    IntersectAction

    SmartLabelMode

    Gets or sets the value for SmartLabelMode

    Declaration
    public IntersectAction SmartLabelMode { get; set; }
    Property Value
    Type
    IntersectAction

    TextColor

    Gets or sets the color for the data label text.

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type
    Android.Graphics.Color

    TextSize

    Gets or sets the size for label

    Declaration
    public int TextSize { get; set; }
    Property Value
    Type
    System.Int32

    Typeface

    Gets or sets the value for typeface

    Declaration
    public Typeface Typeface { get; set; }
    Property Value
    Type
    Android.Graphics.Typeface
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved