Description
The color ramp stop color.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property StopColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color StopColor {get; set;}
|
[Managed C++] |
---|
public: __property uint get_StopColor(); public: __property void set_StopColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_StopColor(
uint * pVal
);
public: HRESULT put_StopColor(
uint pVal
);
|
[Java] |
---|
public long getStopColor();
public void setStopColor(
long
);
|
[Python - STK API] |
---|
@property
def StopColor(self) -> agi.stk12.utilities.colors.Color:
@StopColor.setter
def StopColor(self, pVal:agi.stk12.utilities.colors.Color) -> None:
|
See Also