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 |