Shape_Pen_Style - AbstractShapeControl
Specifies the style of pen that Windows will use to draw the object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Shape_Pen_Style
| Access Type | Syntax |
|---|---|
| Read Access: | Get Shape_Pen_Style to IntegerVariable |
| Write Access: | Set Shape_Pen_Style to IntegerVariable/Value |
Description
The Shape_Pen_Style property is used to specify the style of pen that Windows will use to draw the object. PS_NULL means that no pen should be used. PS_INSIDEFRAME is used for pen widths greater than one, and draws the entire pen line within the object.
Default is PS_SOLID.