Specify a custom color.
Read-write property
[Visual Basic .NET] |
---|
Public Property Color() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color Color {get; set;} |
[Managed C++] |
---|
public: __property uint get_Color(); |
[Unmanaged C++] |
---|
public: HRESULT get_Color( uint * pVal ); public: HRESULT put_Color( uint Color ); |
[Java] |
---|
public long getColor(); public void setColor( long ); |
[Python - STK API] |
---|
@property def Color(self) -> agi.stk12.utilities.colors.Color: @Color.setter def Color(self, Color:agi.stk12.utilities.colors.Color) -> None: |