Search
Ruler.EnableGuides Property
See Also
 



Gets or sets a value indicating whether the alignment guides are enabled.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnableGuides ()
void put_EnableGuides (
    bool value
)

 Property Value

true to allow aligning diagram items using ruler guides; otherwise, false. The default is true.

 Remarks

If alignment guides are enabled, users can start aligning items by pressing the left mouse button over a scale and dragging. The horizontal scale displays vertical guide lines that allow aligning the left or right sides of items. The vertical scale displays horizontal guide lines that allow aligning the top or bottom sides of items.

 See Also