Description
This property is deprecated. 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
);
|
| [Python - STK API] |
|---|
@property
def ColorRampStop(self) -> agi.stk12.utilities.colors.Color:
@ColorRampStop.setter
def ColorRampStop(self, ColorRampStop:agi.stk12.utilities.colors.Color) -> None:
|
See Also