This property is deprecated. Magnetic field stop color.
Read-write property
[Visual Basic .NET] |
---|
Public Property ColorRampStop() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color ColorRampStop {get; set;} |
[Managed C++] |
---|
public: __property uint get_ColorRampStop(); |
[Unmanaged C++] |
---|
public: HRESULT get_ColorRampStop( uint * pVal ); public: HRESULT put_ColorRampStop( uint ColorRampStop ); |
[Java] |
---|
public long getColorRampStop(); public void setColorRampStop( long ); |