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