Class
BarGaugeIndicator

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: LinearBarGaugeIndicatorRadialGaugeIndicator

Inherited Members GaugeIndicator.ValuePropertyGaugeIndicator.StartValuePropertyGaugeIndicator.IsAnimatedPropertyGaugeIndicator.AnimationEasingPropertyGaugeIndicator.AnimationDurationPropertyGaugeIndicator.MeasureOverride(Size)GaugeIndicator.ValueGaugeIndicator.StartValueGaugeIndicator.OwnerGaugeIndicator.IsAnimatedGaugeIndicator.AnimationDurationGaugeIndicator.AnimationEasingGaugeIndicator.ValueChangedRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.ApplyTemplateCore()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

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

Thickness

Gets or sets the thickness of this bar indicator.

Declaration

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

Property Value

double

Methods

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides GaugeIndicator.OnCreateAutomationPeer()