Set the color of a Spatial Calculation Boundary/Fill Level.
Read-only property
[Visual Basic .NET] |
---|
Public Property Color() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color Color {get;} |
[Managed C++] |
---|
public: __property uint get_Color(); |
[Unmanaged C++] |
---|
public: HRESULT get_Color( uint * pVal ); |
[Java] |
---|
public long getColor(); |
[Python - STK API] |
---|
@property def Color(self) -> agi.stk12.utilities.colors.Color: |