Class
MapShapeLabelStyle

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.

Declaration

cs-api-definition
public string FontFamily { get; set; }

Property Value

string

FontSize

Gets or sets the font size of the labels.

Declaration

cs-api-definition
public double FontSize { get; set; }

Property Value

double

TextColor

Gets or sets the color of the labels.

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color