WpfFont Constructor (String, Double, Boolean, Boolean) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic WpfFont(
string family,
double size,
bool bold,
bool italics
)
Public Sub New (
family As String,
size As Double,
bold As Boolean,
italics As Boolean
)
public:
WpfFont(
String^ family,
double size,
bool bold,
bool italics
)
Parameters
- family
- Type: SystemString
Font family - size
- Type: SystemDouble
Size as wpf units - bold
- Type: SystemBoolean
Bold - italics
- Type: SystemBoolean
Italics
See Also