ClassNeedleGaugeIndicator
Represents a base class for needle indicators. For example and arrow or some other thin and pointy indicator. This class provides a rotation render transform.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class NeedleGaugeIndicator : RadialGaugeIndicator
Inheritance: objectRadControlGaugeIndicatorBarGaugeIndicatorRadialGaugeIndicatorNeedleGaugeIndicator
Derived Classes:
Inherited Members
Constructors
NeedleGaugeIndicator()
Initializes a new instance of the NeedleGaugeIndicator class.
Declaration
protected NeedleGaugeIndicator()
Methods
ApplyTemplateCore()
Initializes the template parts of the indicator (see the TemplatePart attributes for more information).
ArrangeOverride(Size)
Called in the arrange pass of the layout system.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
The final size that was given by the layout system.
Returns
Size
The final size of the panel.
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides