StarShape
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[ComVisible(false)]
public class StarShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeStarShape
Implements:
Inherited Members
Constructors
Creates a new star shape with the specified number of arms and inner radius.
C#
public StarShape()
Properties
Gets or sets the ration between the inner and out radius.
C#
public float InnerRadiusRatio { get; set; }
Methods
Creates Star like shape. Overrides CreatePath method in the base class ElementShape.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
Overrides: