Class
RadialGaugeBackground.GaugeBackgroundShape

Definition

Namespace:Telerik.WinControls.UI.Gauges

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadialGaugeBackground.GaugeBackgroundShape : ElementShape, IComponent, IDisposable

Inheritance: objectMarshalByRefObjectComponentElementShapeRadialGaugeBackground.GaugeBackgroundShape

Implements: IComponentIDisposable

Inherited Members ElementShape.GetElementShape(RadElement)ElementShape.GetElementContour(RadElement)ElementShape.GetElementContour(Rectangle)ElementShape.CreateRegion(Rectangle)ElementShape.GetBounds(RadElement)ElementShape.CreatePath(RectangleF)ElementShape.CreateContour(Rectangle)ElementShape.MirrorPath(GraphicsPath, RectangleF)ElementShape.ShouldMirrorPath()ElementShape.SerializeProperties()ElementShape.DeserializeProperties(string)ElementShape.Dispose(bool)ElementShape.IsRightToLeftComponent.Dispose()Component.GetService(Type)Component.ToString()Component.CanRaiseEventsComponent.EventsComponent.SiteComponent.ContainerComponent.DesignModeComponent.DisposedMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

GaugeBackgroundShape(RadRadialGaugeElement, double, double)

Declaration

cs-api-definition
public GaugeBackgroundShape(RadRadialGaugeElement owner, double extrusionPercentage, double radiusOffset)

Parameters

owner

RadRadialGaugeElement

extrusionPercentage

double

radiusOffset

double

Methods

CreatePath(Rectangle)

Creates Star like shape. Overrides CreatePath method in the base class ElementShape.

Declaration

cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)

Parameters

bounds

Rectangle

Returns

GraphicsPath

Overrides ElementShape.CreatePath(Rectangle)