ClassBarGaugeIndicator
Class
A base class for bar indicators. A bar has a thickness and a brush that defines its color.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class BarGaugeIndicator : GaugeIndicator
Inheritance: objectRadControlGaugeIndicatorBarGaugeIndicator
Derived Classes:
Inherited Members
Constructors
BarGaugeIndicator()
Declaration
cs-api-definition
protected BarGaugeIndicator()
Fields
BrushProperty
Identifies the BarBrush dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty BrushProperty
Field Value
DependencyProperty
ThicknessProperty
Identifies the BarThickness dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ThicknessProperty
Field Value
DependencyProperty
Properties
Brush
Gets or sets the color of this bar indicator.
Declaration
cs-api-definition
public Brush Brush { get; set; }
Property Value
Brush
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides