Class RadLinearGaugeElement
Represent main needle element. This element is container for all other elements in the Gauge
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadLinearGaugeElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadLinearGaugeElement()
Declaration
public RadLinearGaugeElement()
Fields
ValueProperty
Properties
GaugeFullLength
Declaration
protected float GaugeFullLength { get; }
Property Value
System.
|
GaugeLength
Declaration
protected float GaugeLength { get; }
Property Value
System.
|
GaugeOtherSizeFullLength
Declaration
protected float GaugeOtherSizeFullLength { get; }
Property Value
System.
|
GaugeOtherSizeLength
Declaration
protected float GaugeOtherSizeLength { get; }
Property Value
System.
|
GaugeStartPoint
Declaration
protected float GaugeStartPoint { get; }
Property Value
System.
|
Items
Declaration
[RadEditItemsAction]
public virtual RadItemOwnerCollection Items { get; }
Property Value
RangeEnd
Declaration
public float RangeEnd { get; set; }
Property Value
System.
|
RangeStart
Declaration
public float RangeStart { get; set; }
Property Value
System.
|
Value
Specifies the gauge's value
Declaration
public float Value { get; set; }
Property Value
System.
|
Vertical
Set or Get Gauge Orientation
Declaration
public bool Vertical { get; set; }
Property Value
System.
|
Methods
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.
|
Overrides
OnOrientationChanged()
Declaration
protected void OnOrientationChanged()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
OnPropertyChanging(RadPropertyChangingEventArgs)
Declaration
protected override void OnPropertyChanging(RadPropertyChangingEventArgs args)
Parameters
Overrides
OnValueChanged()
Declaration
protected void OnValueChanged()
Events
OrientationChanged
The OrientationChanged event fires when the orientation of the gauges is changed.
Declaration
public event EventHandler OrientationChanged
Event Type
System.
|
ValueChanged
The ValueChanged event fires when the value is modified.
Declaration
public event EventHandler ValueChanged
Event Type
System.
|