Gets or sets the width of the pen used to draw alignment guides.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AlignmentGuideWidth() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 0, specifying one-pixel wide lines regardless of units.
RemarksThis pen is used to draw alignment guides shown when SnapStyle is set to snpAlignmentGuides.
See Also