Search
Ruler.ProjectionColor Property
See Also
 



Gets or sets the color of the projections of the active item on the ruler scales.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_ProjectionColor ()
void put_ProjectionColor (
    unsigned int value
)

 Property Value

An OLE_COLOR value. The default color is LightSteelBlue = RGB(176, 196, 222).

 See Also