Gets or sets the style of the pen used to draw page marker lines.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PageMarkersStyle() As EPenStyle |
C++
Copy Code
|
|---|
public: |
A member of the EPenStyle enumeration. The default is psSolid.
RemarksPossible values are psSolid, psDash, psDot, psDashDot, psDashDotDot.
See Also