Gets or sets the default shape of new boxes of the bsShape Style.
SyntaxVB6
Copy Code
|
|---|
Public Property Get DefaultShape() As ShapeTemplate |
C++
Copy Code
|
|---|
public: |
A reference to a ShapeTemplate object.
RemarksDefault shape for boxes of Style bsShape. If BoxStyle is set to bsShape, all new boxes that users draw have that default shape assigned to them.
See Also