Class SegmentedGaugeIndicator
Inheritance
System.Object
SegmentedGaugeIndicator
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class SegmentedGaugeIndicator : GaugeIndicator
Constructors
Declaration
protected SegmentedGaugeIndicator()
Properties
Declaration
protected Grid Layout { get; }
Property Value
|
Microsoft.UI.Xaml.Controls.Grid
|
Declaration
public IndicatorSegmentCollection Segments { get; }
Property Value
Declaration
protected double TotalSegmentLength { get; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods