Search
FlowChart.AlignToGrid Property
See Also
 



Gets or sets a value indicating whether the objects in the diagram are aligned to a grid.

 Syntax

VB6  Copy Code

Public Property Get AlignToGrid() As Boolean
Public Property Let AlignToGrid( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_AlignToGrid ()
void put_AlignToGrid (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

Set this property to true to enable alignment  to grid. If the grid is enabled and a user creates or modifies an item, the item's coordinates are aligned with the nearest grid point. Items that are created or modified programmatically are not automatically aligned.

 See Also