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 * pVal
);
public: HRESULT put_ColorRampStop(
uint ColorRampStop
);
|
| [Java] |
|---|
public long getColorRampStop();
public void setColorRampStop(
long
);
|
See Also