GraphicContextFontStyle Property |
Sets or gets text font style.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual FontStyle FontStyle { get; set; }
Public Overridable Property FontStyle As FontStyle
Get
Set
public:
virtual property FontStyle FontStyle {
FontStyle get ();
void set (FontStyle value);
}
abstract FontStyle : FontStyle with get, set
override FontStyle : FontStyle with get, set
Property Value
Type:
FontStyle
See Also