AGI STK Objects 11Send comments on this topic.
FontSize Property (IAgVODataDisplayElement)
See Also
Windows






Windows & Linux

Description

Font size of the data display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FontSize() As AgEVOFontSize
[C#]
public AgEVOFontSize FontSize {get; set;}
[Managed C++]
public: __property AgEVOFontSize get_FontSize();
public: __property void set_FontSize( AgEVOFontSize );
[Unmanaged C++]
public: HRESULT get_FontSize(
    AgEVOFontSize * pVal
);
public: HRESULT put_FontSize(
    AgEVOFontSize AgEVOFontSize
);
[Java]
public AgEVOFontSize getFontSize();
public void setFontSize(
    AgEVOFontSize
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.