Class RadialGaugeBackground
Inheritance
System.Object
RadialGaugeBackground
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadialGaugeBackground : GaugeVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IDrawing
Constructors
RadialGaugeBackground()
Declaration
public RadialGaugeBackground()
RadialGaugeBackground(RadRadialGaugeElement)
Declaration
public RadialGaugeBackground(RadRadialGaugeElement owner)
Parameters
RadRadialGaugeElement
owner
|
Properties
ExtrusionPercentage
Declaration
public double ExtrusionPercentage { get; set; }
Property Value
System.Double
|
Path
Declaration
public override GraphicsPath Path { get; }
Property Value
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
RadiusOffsetPercentage
Declaration
public double RadiusOffsetPercentage { get; set; }
Property Value
System.Double
|
Methods
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
|