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 ** ppRetVal
);
public: HRESULT put_ColorRampStart(
uint * pNewColorRampStart
);
|
[Java] |
public long getColorRampStart();public void setColorRampStart(
long
);
|
See Also