This property is deprecated. Magnetic field start color.
Read-write property
[Visual Basic .NET] |
---|
Public Property ColorRampStart() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color ColorRampStart {get; set;} |
[Managed C++] |
---|
public: __property uint get_ColorRampStart(); |
[Unmanaged C++] |
---|
public: HRESULT get_ColorRampStart( uint * pVal ); public: HRESULT put_ColorRampStart( uint ColorRampStart ); |
[Java] |
---|
public long getColorRampStart(); public void setColorRampStart( long ); |