Description
Set the color of the legend text.
Property type
Read-write property
Syntax
[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(); public: __property void set_TextColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_TextColor(
uint * pVal
);
public: HRESULT put_TextColor(
uint color
);
|
[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, color:agi.stk12.utilities.colors.Color) -> None:
|
See Also