Gets the Font Style enumeration that contains the style for this font. This does not include the Outline property.
Read-only property
[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": |