Font size of the data display.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FontSize() As AgEVOFontSize |
| [C#] |
|---|
public AgEVOFontSize FontSize {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVOFontSize get_FontSize(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVOFontSize getFontSize(); public void setFontSize( AgEVOFontSize ); |
[Python - STK API ] |
|---|
@property def FontSize(self) -> "AgEVOFontSize": @FontSize.setter def FontSize(self, FontSize:"AgEVOFontSize") -> None: |






