Class RadialGaugeIndicator
Inheritance
System.Object
RadialGaugeIndicator
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadialGaugeIndicator : BarGaugeIndicator
Constructors
Declaration
protected RadialGaugeIndicator()
Properties
Declaration
protected Point Center { get; }
Property Value
Declaration
protected double MaxAngle { get; }
Property Value
Declaration
protected double MinAngle { get; }
Property Value
Declaration
protected double Radius { get; }
Property Value
Declaration
protected double RadiusScale { get; }
Property Value
Methods
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
Overrides
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods