Description
This property is deprecated. Text color of legend
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Text() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color Text {get; set;}
|
| [Managed C++] |
|---|
public: __property uint get_Text(); public: __property void set_Text(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Text(
uint * pVal
);
public: HRESULT put_Text(
uint Text
);
|
| [Java] |
|---|
public long getText();
public void setText(
long
);
|
| [Python - STK API] |
|---|
@property
def Text(self) -> agi.stk12.utilities.colors.Color:
@Text.setter
def Text(self, Text:agi.stk12.utilities.colors.Color) -> None:
|
See Also