Search
FlowChart.DefaultShape Property
See Also
 



Gets or sets the default shape of new boxes of the bsShape Style.

 Syntax

VB6  Copy Code

Public Property Get DefaultShape() As ShapeTemplate
Public Property Let DefaultShape( _
    ByVal Value As ShapeTemplate _
)

C++  Copy Code

public:
ShapeTemplate* get_DefaultShape ()
void put_DefaultShape (
    ShapeTemplate* value
)

 Property Value

A reference to a ShapeTemplate object.

 Remarks

Default 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