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 ** ppRetVal
);
public: HRESULT put_FontColor(
uint * pNewFontColor
);
|
| [Java] |
public long getFontColor();public void setFontColor(
long
);
|
See Also