Description
Magnetic field start color
Property type
Read-write property
Syntax
| [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(); public: __property void set_ColorRampStart(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ColorRampStart(
uint * pVal
);
public: HRESULT put_ColorRampStart(
uint ColorRampStart
);
|
| [Java] |
|---|
public long getColorRampStart();
public void setColorRampStart(
long
);
|
See Also