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