Description
The specified color of the first point, if different from the others.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property FirstPointColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color FirstPointColor {get; set;}
|
[Managed C++] |
---|
public: __property uint get_FirstPointColor(); public: __property void set_FirstPointColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_FirstPointColor(
uint * pVal
);
public: HRESULT put_FirstPointColor(
uint FirstPointColor
);
|
[Java] |
---|
public long getFirstPointColor();
public void setFirstPointColor(
long
);
|
[Python - STK API] |
---|
@property
def FirstPointColor(self) -> agi.stk12.utilities.colors.Color:
@FirstPointColor.setter
def FirstPointColor(self, FirstPointColor:agi.stk12.utilities.colors.Color) -> None:
|
See Also