Get the Graphics Font used to style the text.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Font() As IAgStkGraphicsGraphicsFont |
| [C#] |
|---|
public IAgStkGraphicsGraphicsFont Font {get; set;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsGraphicsFont ^ get_Font(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsGraphicsFont getFont(); public void setFont( IAgStkGraphicsGraphicsFont ); |
[Python - STK API ] |
|---|
@property def Font(self) -> "IAgStkGraphicsGraphicsFont": @Font.setter def Font(self, Font:"IAgStkGraphicsGraphicsFont") -> None: |






