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

QAShape

Class

Represents a custom QA (Quality Assurance) element shape with curved left edge and rectangular body.

Definition

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)
Parameters:boundsRectangle

The bounding rectangle for the QA shape.

Returns:

GraphicsPath

A GraphicsPath representing the QA shape.

Overrides: ElementShape.CreatePath(Rectangle)