Text color of legend
Read-write property
[Visual Basic .NET] |
---|
Public Property TextColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color TextColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_TextColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_TextColor( uint * pColor ); public: HRESULT put_TextColor( uint pColor ); |
[Java] |
---|
public long getTextColor(); public void setTextColor( long ); |
[Python - STK API] |
---|
@property def TextColor(self) -> agi.stk12.utilities.colors.Color: @TextColor.setter def TextColor(self, pColor:agi.stk12.utilities.colors.Color) -> None: |