Search
FlowChart.AlignmentGuideStyle Property
See Also
 



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

 Syntax

VB6  Copy Code

Public Property Get AlignmentGuideStyle() As EPenStyle
Public Property Let AlignmentGuideStyle( _
    ByVal Value As EPenStyle _
)

C++  Copy Code

public:
EPenStyle get_AlignmentGuideStyle ()
void put_AlignmentGuideStyle (
    EPenStyle value
)

 Property Value

A member of the EPenStyle enumeration. The default value is psDash.

 Remarks

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

 See Also