Class DonutShape
Represents donut like shape.
Inherited Members
Namespace: Telerik.WinControls.Tests
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class DonutShape : ElementShape
Constructors
DonutShape()
Declaration
public DonutShape()
Properties
Thickness
Declaration
public int Thickness { get; set; }
Property Value
System.Int32
|
Methods
CreatePath(Rectangle)
Creates donut-like path. Overrides the method defined in its base class - ElementShape.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|