New to Telerik UI for .NET MAUIStart a free 30-day trial

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; }

Gets or sets the font size of the labels.

C#
public double FontSize { get; set; }

Gets or sets the color of the labels.

C#
public Color TextColor { get; set; }