New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public GaugeBackgroundShape(RadRadialGaugeElement owner, double extrusionPercentage, double radiusOffset)
Parameters:ownerRadRadialGaugeElementextrusionPercentagedoubleradiusOffsetdouble

Methods

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

C#
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters:boundsRectangleReturns:

GraphicsPath

Overrides: ElementShape.CreatePath(Rectangle)