QAShape
Class
Represents a custom QA (Quality Assurance) element shape with curved left edge and rectangular body.
Definition
Namespace:Telerik.WinControls.Tests
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class QAShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeQAShape
Implements:
Inherited Members
Constructors
C#
public QAShape()
Methods
Creates a QA-style graphics path with a curved left edge and rectangular body.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
The bounding rectangle for the QA shape.
Returns:A GraphicsPath representing the QA shape.
Overrides: