Gets or sets the dash pattern of the pen used to draw alignment guides.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AlignmentGuideStyle() As EPenStyle |
C++
Copy Code
|
|---|
public: |
A member of the EPenStyle enumeration. The default value is psDash.
RemarksThis pen is used to draw alignment guides shown when SnapStyle is set to snpAlignmentGuides is enabled.
See Also