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