Description
Set the color of the grid points.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property PointColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color PointColor {get; set;}
|
[Managed C++] |
---|
public: __property uint get_PointColor(); public: __property void set_PointColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_PointColor(
uint * pVal
);
public: HRESULT put_PointColor(
uint PointColor
);
|
[Java] |
---|
public long getPointColor();
public void setPointColor(
long
);
|
[Python - STK API] |
---|
@property
def PointColor(self) -> agi.stk12.utilities.colors.Color:
@PointColor.setter
def PointColor(self, PointColor:agi.stk12.utilities.colors.Color) -> None:
|
See Also