Description
Magnetic field stop color
Property type
Read-write property
Syntax
| [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(); public: __property void set_ColorRampStop( uint ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ColorRampStop( uint ** ppRetVal ); public: HRESULT put_ColorRampStop( uint * pNewColorRampStop );
|
| [Java] |
|---|
public long getColorRampStop();public void setColorRampStop( long );
|
See Also