Class GaugeTextIndicator
Inherited Members
Namespace: Telerik.Maui.Controls.Gauges
Assembly: Telerik.Maui.Controls.dll
Syntax
public class GaugeTextIndicator : GaugeSingleValueIndicatorBase, IMeasurePaintable
Constructors
GaugeTextIndicator()
Declaration
public GaugeTextIndicator()
Fields
FontAttributesProperty
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontFamilyProperty
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontSizeProperty
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalTextPlacementProperty
Declaration
public static readonly BindableProperty HorizontalTextPlacementProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextMarginProperty
Declaration
public static readonly BindableProperty TextMarginProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalTextPlacementProperty
Declaration
public static readonly BindableProperty VerticalTextPlacementProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
FontAttributes
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
HorizontalTextPlacement
Gets or sets a value that indicates the horizontal placement of the text. This property is taken into consideration only when the indicator is in a radial or a horizontal gauge.
Declaration
public HorizontalPlacement HorizontalTextPlacement { get; set; }
Property Value
HorizontalPlacement
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
TextMargin
Declaration
public Thickness TextMargin { get; set; }
Property Value
Microsoft.Maui.Thickness
|
VerticalTextPlacement
Gets or sets a value that indicates the vertical placement of the text. This property is taken into consideration only when the indicator is in a radial or a vertical gauge.
Declaration
public VerticalPlacement VerticalTextPlacement { get; set; }
Property Value
VerticalPlacement
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|