Class RadialGaugeNeedle
Represent a scale indicator that points to a value.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadialGaugeNeedle : GaugeVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IDrawing
Constructors
RadialGaugeNeedle()
Declaration
public RadialGaugeNeedle()
RadialGaugeNeedle(RadRadialGaugeElement)
Declaration
public RadialGaugeNeedle(RadRadialGaugeElement owner)
Parameters
Rad
|
Fields
ValueProperty
Properties
BackLenghtPercentage
Obsolete. This property has a typo in the name. Use the Back
Declaration
[Obsolete("Obsolete. Use the BackLengthPercentage property instead. This property will be removed in R1 2026.")]
public double BackLenghtPercentage { get; set; }
Property Value
System.
|
BackLengthPercentage
Specifies the value with which the needle juts out from the center point.
Declaration
public double BackLengthPercentage { get; set; }
Property Value
System.
|
BindOffset
Specifies the value offset of the needle according to the gauge's value.
Declaration
public double BindOffset { get; set; }
Property Value
System.
|
BindValue
Indicates whether the needle's value is bound to the gauge's Value.
Declaration
public bool BindValue { get; set; }
Property Value
System.
|
InnerPointRadiusPercentage
Specifies the inner radius of the needle's start point.
Declaration
public double InnerPointRadiusPercentage { get; set; }
Property Value
System.
|
LenghtPercentage
Obsolete. This property has a typo in the name. Use the Length
Declaration
[Obsolete("Obsolete. Use the LengthPercentage property instead. This property will be removed in R1 2026.")]
public double LenghtPercentage { get; set; }
Property Value
System.
|
LengthPercentage
Controls how long the needle will be rendered.
Declaration
public double LengthPercentage { get; set; }
Property Value
System.
|
Path
Declaration
public override GraphicsPath Path { get; }
Property Value
System.
|
Overrides
PointRadiusPercentage
Specifies the outer radius of the needle's start point.
Declaration
public double PointRadiusPercentage { get; set; }
Property Value
System.
|
Thickness
Controls the needle width.
Declaration
public double Thickness { get; set; }
Property Value
System.
|
Value
Specifies the needle's value.
Declaration
public float Value { get; set; }
Property Value
System.
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.
|
Overrides
OnParentChanged(RadElement)
Declaration
protected override void OnParentChanged(RadElement previousParent)
Parameters
Rad
|
Overrides
OnValueChanged()
Declaration
protected void OnValueChanged()
Paint(Graphics, Rectangle)
Declaration
public void Paint(Graphics graphics, Rectangle boundingRectangle)
Parameters
System.
|
System.
|
Implements
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.
|
System.
|
Overrides
Events
ValueChanged
Declaration
public event EventHandler ValueChanged
Event Type
System.
|