Class LinearGaugeLine
Represent a continuous band in Linear Gauge
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LinearGaugeLine : GaugeVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IDrawing
Constructors
LinearGaugeLine()
Declaration
public LinearGaugeLine()
Properties
BindEndRange
Indicates whether the RangeEnd property is bound to the gauge's Value.
Declaration
public bool BindEndRange { get; set; }
Property Value
System.Boolean
|
BindEndRangeOffset
Specifies the end range offset of the arc according to the gauge's value.
Declaration
public float BindEndRangeOffset { get; set; }
Property Value
System.Single
|
BindStartRange
Indicates whether the RangeStart property is bound to the gauge's Value.
Declaration
public bool BindStartRange { get; set; }
Property Value
System.Boolean
|
BindStartRangeOffset
Specifies the start range offset of the arc according to the gauge's value.
Declaration
public float BindStartRangeOffset { get; set; }
Property Value
System.Single
|
BrushFactory
BrushType
Offset
Declaration
public float Offset { get; set; }
Property Value
System.Single
|
Owner
Path
Declaration
public override GraphicsPath Path { get; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
RangeEnd
Declaration
public float RangeEnd { get; set; }
Property Value
System.Single
|
RangeStart
Declaration
public float RangeStart { get; set; }
Property Value
System.Single
|
Width
Declaration
public float Width { get; set; }
Property Value
System.Single
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
HitTest(Point)
Declaration
public override bool HitTest(Point point)
Parameters
System.Drawing.Point
point
|
Returns
System.Boolean
|
Overrides
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Overrides
OnParentChanged(RadElement)
Declaration
protected override void OnParentChanged(RadElement previousParent)
Parameters
RadElement
previousParent
|
Overrides
Paint(Graphics, Rectangle)
Declaration
public void Paint(Graphics graphics, Rectangle boundingRectangle)
Parameters
System.Drawing.Graphics
graphics
|
System.Drawing.Rectangle
boundingRectangle
|
Implements
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|