Class LinearGaugeNeedleIndicator
Present additional information for the RadLinearGauge.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LinearGaugeNeedleIndicator : GaugeVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IDrawing
Constructors
LinearGaugeNeedleIndicator()
Declaration
public LinearGaugeNeedleIndicator()
LinearGaugeNeedleIndicator(RadLinearGaugeElement)
Declaration
public LinearGaugeNeedleIndicator(RadLinearGaugeElement owner)
Parameters
Rad
|
Fields
ValueProperty
Properties
BackLenghtPercentage
Use Back
Declaration
[Obsolete("Obsolete. Use the BackLengthPercentage property instead. This property will be removed in R1 2026.")]
public float BackLenghtPercentage { get; set; }
Property Value
System.
|
BackLengthPercentage
Specifies the value with which the needle juts out from the center point.
Declaration
public float BackLengthPercentage { get; set; }
Property Value
System.
|
BindOffset
Specifies the value offset of the needle according to the gauge's value.
Declaration
public float 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.
|
CircleTicks
Controls whether the specific ticks are circle or not.
Declaration
public bool CircleTicks { get; set; }
Property Value
System.
|
Direction
DrawValue
Declaration
public bool DrawValue { get; set; }
Property Value
System.
|
InnerPointRadiusPercentage
Specifies the inner radius of the needle's start point.
Declaration
public float InnerPointRadiusPercentage { get; set; }
Property Value
System.
|
IsFilled
Declaration
public bool IsFilled { get; set; }
Property Value
System.
|
LabelFontSize
Declaration
public float LabelFontSize { get; set; }
Property Value
System.
|
LabelFormat
Specifies the label format. By default, it is set to #,##0.#.
Declaration
public string LabelFormat { get; set; }
Property Value
System.
|
LenghtPercentage
Use Length
Declaration
[Obsolete("Obsolete. Use the LengthPercentage property instead. This property will be removed in R1 2026.")]
public float LenghtPercentage { get; set; }
Property Value
System.
|
LengthPercentage
Controls how long the needle will be rendered.
Declaration
public float LengthPercentage { get; set; }
Property Value
System.
|
LineLenght
Declaration
[Obsolete("Obsolete. Use the LineLength property instead. This property will be removed in R1 2026.")]
public float LineLenght { get; set; }
Property Value
System.
|
LineLength
Declaration
public float LineLength { get; set; }
Property Value
System.
|
LocationPercentage
Declaration
public float LocationPercentage { 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 float PointRadiusPercentage { get; set; }
Property Value
System.
|
TextOffsetFromIndicator
Declaration
public SizeF TextOffsetFromIndicator { get; set; }
Property Value
System.
|
Thickness
Controls the needle width.
Declaration
public float 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
HitTest(Point)
Declaration
public override bool HitTest(Point point)
Parameters
System.
|
Returns
System.
|
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.
|