MapShapeLabelStyle
Class
Defines the appearance of labels visualized in the RadMap.
Definition
Namespace:Telerik.Maui.Controls.Map
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class MapShapeLabelStyle
Inheritance: objectMapShapeLabelStyle
Constructors
C#
public MapShapeLabelStyle()
Properties
FontAttributes
FontAttributes
Gets or sets the FontAttributes of the labels.
C#
public FontAttributes FontAttributes { get; set; }
Gets or sets the font family of the labels.
C#
public string FontFamily { get; set; }
TextColor
Color
Gets or sets the color of the labels.
C#
public Color TextColor { get; set; }