NChartFontSystemBoldFontWithSize Method |
Create a default font with bold style.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public static NChartFont SystemBoldFontWithSize(
float size
)
Public Shared Function SystemBoldFontWithSize (
size As Single
) As NChartFont
public:
static NChartFont^ SystemBoldFontWithSize(
[InAttribute] float size
)
Parameters
- size
- Type: SystemSingle
Size of font.
Return Value
Type:
NChartFontNew instance of NChartFont.
See Also