Class MapLabelSettingBuilder
Inheritance
System.Object
MapLabelSettingBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class MapLabelSettingBuilder
Constructors
MapLabelSettingBuilder(MapLabelSetting, ShapeLayer)
Declaration
public MapLabelSettingBuilder(MapLabelSetting labelSetting, ShapeLayer layer)
Parameters
Fields
labelSetting
Declaration
public MapLabelSetting labelSetting
Field Value
shapeLayer
Declaration
public ShapeLayer shapeLayer
Field Value
Methods
EnableSmartLabel(Boolean)
Declaration
public MapLabelSettingBuilder EnableSmartLabel(bool enableSmartLabel)
Parameters
| Type |
Name |
Description |
| System.Boolean |
enableSmartLabel |
|
Returns
Font(Action<MapFontBuilder>)
Declaration
public MapLabelSettingBuilder Font(Action<MapFontBuilder> font)
Parameters
Returns
LabelLength(Double)
Declaration
public MapLabelSettingBuilder LabelLength(double labelLength)
Parameters
| Type |
Name |
Description |
| System.Double |
labelLength |
|
Returns
LabelPath(String)
Declaration
public MapLabelSettingBuilder LabelPath(string labelPath)
Parameters
| Type |
Name |
Description |
| System.String |
labelPath |
|
Returns
ShowLabels(Boolean)
Declaration
public MapLabelSettingBuilder ShowLabels(bool showLabels)
Parameters
| Type |
Name |
Description |
| System.Boolean |
showLabels |
|
Returns
SmartLabelSize(LabelSize)
Declaration
public MapLabelSettingBuilder SmartLabelSize(LabelSize smartLabelSize)
Parameters
| Type |
Name |
Description |
| LabelSize |
smartLabelSize |
|
Returns