SymbolPlacement
Enum
Defines the possible placements of the text.
Definition
Namespace:Telerik.Windows.Controls.Map.VectorTiles.Styles
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum SymbolPlacement
Fields
Line placement.
C#
Line = 1
Line center placement.
C#
LineCenter = 2
Point placement.
C#
Point = 0