Description
The color in which boresight graphics display.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property BoresightColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color BoresightColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint^ get_BoresightColor(); public: __property void set_BoresightColor( uint ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_BoresightColor( uint ** ppRetVal ); public: HRESULT put_BoresightColor( uint * pNewBoresightColor );
|
| [Java] |
|---|
public long getBoresightColor();public void setBoresightColor( long );
|
See Also