DataGate Print File Designer® - Build 8.0.355 and above

Shapes Enumeration

The Shapes enumerated constant defines values for a graphic shape.

BegEnum Shapes Access(*Public)

Remarks

Defines the shape of a control. The default is Rectangle.

Members


Member Description Value

Circle

The shape is a circle.

3

Oval

The shape is an oval.

2

Rectangle

(Default) The shape is a rectangle.

0

RoundedRectangle

The shape is a rectangle with rounded corners.

4

RoundedSquare

The shape is a square with rounded corners.

5

Square

The shape is a square.

1


Examples

Requirements

Namespace: ASNA.DataGate.PrintControls

Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family

Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)

See Also

ASNA.DataGate.PrintControls Namespace