Retrieves large font metrics.
Read-only property
[Visual Basic .NET] |
---|
Public Property LargeFont() As IAgSc3dFont |
[C#] |
---|
public IAgSc3dFont LargeFont {get;} |
[Managed C++] |
---|
public: __property IAgSc3dFont ^ get_LargeFont(); |
[Unmanaged C++] |
---|
public: HRESULT get_LargeFont( IAgSc3dFont ** ppVal ); |
[Java] |
---|
public IAgSc3dFont getLargeFont(); |
[Python - STK API ] |
---|
@property def LargeFont(self) -> "IAgSc3dFont": |