Click or drag to resize

WpfFont Constructor (FontFamily, Double, FontStyle)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public WpfFont(
	FontFamily family,
	double emSize,
	FontStyle fontStyle
)

Parameters

family
Type: System.DrawingFontFamily

[Missing <param name="family"/> documentation for "M:Arction.Wpf.ChartingMVVM.WpfFont.#ctor(System.Drawing.FontFamily,System.Double,System.Drawing.FontStyle)"]

emSize
Type: SystemDouble

[Missing <param name="emSize"/> documentation for "M:Arction.Wpf.ChartingMVVM.WpfFont.#ctor(System.Drawing.FontFamily,System.Double,System.Drawing.FontStyle)"]

fontStyle
Type: System.DrawingFontStyle

[Missing <param name="fontStyle"/> documentation for "M:Arction.Wpf.ChartingMVVM.WpfFont.#ctor(System.Drawing.FontFamily,System.Double,System.Drawing.FontStyle)"]

See Also