STK Graphics PrimitivesSend comments on this topic.
Style Property (IAgStkGraphicsGraphicsFont)
See Also
Windows





Windows & Linux

Description

Gets the Font Style enumeration that contains the style for this font. This does not include the Outline property.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Style() As AgEStkGraphicsFontStyle
[C#]
public AgEStkGraphicsFontStyle Style {get;}
[Managed C++]
public: __property AgEStkGraphicsFontStyle get_Style();
[Unmanaged C++]
public: HRESULT get_Style(
    AgEStkGraphicsFontStyle * pRetVal
);
[Java]
public AgEStkGraphicsFontStyle getStyle();
[Python - STK API ]
@property
def Style(self) -> "AgEStkGraphicsFontStyle":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.