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.Single
|
GaugeLength
Declaration
protected float GaugeLength { get; }
Property Value
System.Single
|
GaugeOtherSizeFullLength
Declaration
protected float GaugeOtherSizeFullLength { get; }
Property Value
System.Single
|
GaugeOtherSizeLength
Declaration
protected float GaugeOtherSizeLength { get; }
Property Value
System.Single
|
GaugeStartPoint
Declaration
protected float GaugeStartPoint { get; }
Property Value
System.Single
|
Items
Declaration
[RadEditItemsAction]
public virtual RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
RangeEnd
Declaration
public float RangeEnd { get; set; }
Property Value
System.Single
|
RangeStart
Declaration
public float RangeStart { get; set; }
Property Value
System.Single
|
Value
Specifies the gauge's value
Declaration
public float Value { get; set; }
Property Value
System.Single
|
Vertical
Set or Get Gauge Orientation
Declaration
public bool Vertical { get; set; }
Property Value
System.Boolean
|
Methods
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnOrientationChanged()
Declaration
protected void OnOrientationChanged()
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
OnPropertyChanging(RadPropertyChangingEventArgs)
Declaration
protected override void OnPropertyChanging(RadPropertyChangingEventArgs args)
Parameters
RadPropertyChangingEventArgs
args
|
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.EventHandler
|
ValueChanged
The ValueChanged event fires when the value is modified.
Declaration
public event EventHandler ValueChanged
Event Type
System.EventHandler
|