Gets or sets the Bistatic Radar to Target color.
Read-write property
[Visual Basic .NET] |
---|
Public Property BistaticRdrToTargetColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color BistaticRdrToTargetColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_BistaticRdrToTargetColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_BistaticRdrToTargetColor( uint * pVal ); public: HRESULT put_BistaticRdrToTargetColor( uint val ); |
[Java] |
---|
public long getBistaticRdrToTargetColor(); public void setBistaticRdrToTargetColor( long ); |