Class BarGaugeIndicator
Inheritance
System.Object
BarGaugeIndicator
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class BarGaugeIndicator : GaugeIndicator
Constructors
Declaration
protected BarGaugeIndicator()
Fields
Declaration
public static readonly DependencyProperty BrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Brush Brush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double Thickness { get; set; }
Property Value
Methods
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods