ClassStarShape
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
[ComVisible(false)]
public class StarShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeStarShape
Implements:
Inherited Members
Constructors
StarShape()
Creates a new star shape with the specified number of arms and inner radius.
Declaration
cs-api-definition
public StarShape()
StarShape(int, float)
Creates a new star shape with the specified number of arms and inner radius.
Properties
Arms
Gets or sets the number of arms.
InnerRadiusRatio
Gets or sets the ration between the inner and out radius.
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
Returns
Overrides