AGI STK Graphics 11Send comments on this topic.
Font Property (IAgStkGraphicsTextOverlay)
See Also 
Windows






Windows & Linux

Description

Get the Graphics Font used to style the text.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Font() As IAgStkGraphicsGraphicsFont
[C#]
public IAgStkGraphicsGraphicsFont Font {get; set;}
[Managed C++]
public: __property IAgStkGraphicsGraphicsFont^ get_Font();
public: __property void set_Font(
   IAgStkGraphicsGraphicsFont ^
);
[Unmanaged C++]
public: HRESULT get_Font(
   IAgStkGraphicsGraphicsFont ** ppRetVal
);
public: HRESULT put_Font(
   IAgStkGraphicsGraphicsFont * pNewFont
);
[Java]
public IAgStkGraphicsGraphicsFont getFont();public void setFont(
   IAgStkGraphicsGraphicsFont
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.