Search
ShapeTemplate.AnchorPattern Property
See Also
 



Gets or sets a string that identifies an AnchorPattern to be used with shapes of this template.

 Syntax

VB6  Copy Code

Public Property Get AnchorPattern() As String
Public Property Let AnchorPattern( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_AnchorPattern ()
void put_AnchorPattern (
    BSTR value
)

 Property Value

A string value.

 Remarks

The pattern is assigned to the AnchorPattern property of a box when the box Shape is set.

 See Also