Description
Font color of the data display.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property FontColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color FontColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint get_FontColor(); public: __property void set_FontColor(
uint
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_FontColor(
uint * pVal
);
public: HRESULT put_FontColor(
uint FontColor
);
|
| [Java] |
|---|
public long getFontColor();
public void setFontColor(
long
);
|
| [Python - STK API] |
|---|
@property
def FontColor(self) -> agi.stk12.utilities.colors.Color:
@FontColor.setter
def FontColor(self, FontColor:agi.stk12.utilities.colors.Color) -> None:
|
See Also