Search
FlowChart.AlignmentGuideWidth Property
See Also
 



Gets or sets the width of the pen used to draw alignment guides.

 Syntax

VB6  Copy Code

Public Property Get AlignmentGuideWidth() As Long
Public Property Let AlignmentGuideWidth( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_AlignmentGuideWidth ()
void put_AlignmentGuideWidth (
    int value
)

 Property Value

A long value. The default is 0, specifying one-pixel wide lines regardless of units.

 Remarks

This pen is used to draw alignment guides shown when SnapStyle is set to snpAlignmentGuides.

 See Also