TShapeType determines the shape of a TShape control.
TShapeType = ( stRectangle, stSquare, stRoundRect, stRoundSquare, stEllipse, stCircle );
enum TShapeType { stRectangle, stSquare, stRoundRect, stRoundSquare, stEllipse, stCircle };
These are the possible values of the TShapeType type:
|
Value |
Meaning |
|
stCircle |
The shape is a circle. |
|
stEllipse |
The shape is an ellipse. |
|
stRectangle |
The shape is a rectangle. (Default) |
|
stRoundRect |
The shape is a rectangle with rounded corners. |
|
stRoundSquare |
The shape is a square with rounded corners. |
|
stSquare |
The shape is a square. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|