Definition
Namespace:Telerik.WinControls.UI.Gauges
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadialGaugeBackground.GaugeBackgroundShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeRadialGaugeBackground.GaugeBackgroundShape
Implements:
Inherited Members
Constructors
C#
public GaugeBackgroundShape(RadRadialGaugeElement owner, double extrusionPercentage, double radiusOffset)
Methods
Creates Star like shape. Overrides CreatePath method in the base class ElementShape.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
Overrides: