ClassMapShapeLabelStyle
Class
Defines the appearance of labels visualized in the RadMap.
Definition
Namespace:Telerik.Maui.Controls.Map
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class MapShapeLabelStyle
Inheritance: objectMapShapeLabelStyle
Constructors
MapShapeLabelStyle()
Declaration
cs-api-definition
public MapShapeLabelStyle()
Properties
FontAttributes
Gets or sets the FontAttributes of the labels.
Declaration
cs-api-definition
public FontAttributes FontAttributes { get; set; }
Property Value
FontAttributes
FontFamily
Gets or sets the font family of the labels.
FontSize
Gets or sets the font size of the labels.
TextColor
Gets or sets the color of the labels.
Declaration
cs-api-definition
public Color TextColor { get; set; }
Property Value
Color