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