Shape_Style - AbstractShapeControl
Determines which GDI object to draw in the container area
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Shape_Style
| Access Type | Syntax |
|---|---|
| Read Access: | Get Shape_Style to IntegerVariable |
| Write Access: | Set Shape_Style to IntegerVariable/Value |
Description
Shape_Style determines which GDI object to draw in the container area. shSquare and shCircle draw themselves maintaining the aspect ratio by using an equal size of the smaller dimension. shRectangle and shEllipse utilize the whole container area and stretch themselves appropriately.
Default is shRectangle.