LightningChart .NET Help
Gets or sets font family. This is a dependency property.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[TypeConverterAttribute(typeof(FontFamilyConverter))]
public FontFamily Family { get; set; }<TypeConverterAttribute(GetType(FontFamilyConverter))>
Public Property Family As FontFamily
Get
Set
public:
[TypeConverterAttribute(typeof(FontFamilyConverter))]
property FontFamily^ Family {
FontFamily^ get ();
void set (FontFamily^ value);
}Property Value
Type:
FontFamily
See Also