Search
FlowChart.AlignmentGuideColor Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_AlignmentGuideColor ()
void put_AlignmentGuideColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value. The default color is blue.

 Remarks

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

 See Also