Class MapShapeLabelStyle
Defines the appearance of labels visualized in the RadMap.
Inheritance
System.Object
MapShapeLabelStyle
Namespace: Telerik.Maui.Controls.Compatibility.Map
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class MapShapeLabelStyle : Object
Constructors
MapShapeLabelStyle()
Declaration
public MapShapeLabelStyle()
Properties
FontAttributes
Gets or sets the FontAttributes of the labels.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
FontFamily
Gets or sets the font family of the labels.
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Gets or sets the font size of the labels.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
TextColor
Gets or sets the color of the labels.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|