STK Graphics PrimitivesSend comments on this topic.
Font Property (IAgStkGraphicsTextBatchPrimitive)
See Also
Windows





Windows & Linux

Description

Gets the font used to render the text batch.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Font() As IAgStkGraphicsGraphicsFont
[C#]
public IAgStkGraphicsGraphicsFont Font {get;}
[Managed C++]
public: __property IAgStkGraphicsGraphicsFont ^ get_Font();
[Unmanaged C++]
public: HRESULT get_Font(
    IAgStkGraphicsGraphicsFont ** ppRetVal
);
[Java]
public IAgStkGraphicsGraphicsFont getFont();
[Python - STK API ]
@property
def Font(self) -> "IAgStkGraphicsGraphicsFont":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.