Class RadialGaugeArc
Represent a continuous band spanning the entire sweep angle.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadialGaugeArc : GaugeVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IDrawing
Constructors
RadialGaugeArc()
Declaration
public RadialGaugeArc()
RadialGaugeArc(Double, Double, Double, RadRadialGaugeElement)
Declaration
public RadialGaugeArc(double width, double rangeStart, double rangeEnd, RadRadialGaugeElement owner)
Parameters
System.Double
width
|
System.Double
rangeStart
|
System.Double
rangeEnd
|
RadRadialGaugeElement
owner
|
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 double BindEndRangeOffset { get; set; }
Property Value
System.Double
|
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 double BindStartRangeOffset { get; set; }
Property Value
System.Double
|
BrushFactory
BrushType
OutherRadiusPercentage
Declaration
public double OutherRadiusPercentage { get; }
Property Value
System.Double
|
Owner
Path
Declaration
public override GraphicsPath Path { get; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
Radius
Controls the radius of the arc.
Declaration
public double Radius { get; set; }
Property Value
System.Double
|
RangeEnd
The end value of the arc.
Declaration
public double RangeEnd { get; set; }
Property Value
System.Double
|
RangeStart
The start of the arc.
Declaration
public double RangeStart { get; set; }
Property Value
System.Double
|
Width
The width of the arc.
Declaration
public double Width { get; set; }
Property Value
System.Double
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
|
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
|