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 |