menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFDataLabelSetting

    Class Implementation of SFDataLabelSetting

    Inheritance
    System.Object
    SFDataLabelSetting
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class SFDataLabelSetting : Object

    Constructors

    SFDataLabelSetting()

    Declaration
    public SFDataLabelSetting()

    Properties

    Font

    Gets or sets the value for LabelFontStyle

    Declaration
    public UIFont Font { get; set; }
    Property Value
    Type
    UIKit.UIFont

    IntersectionAction

    Gets or sets the value for IntersectionAction

    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 UIColor TextColor { get; set; }
    Property Value
    Type
    UIKit.UIColor
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved