Click or drag to resize

ConversionRoutinesToWPFColor Method

LightningChart .NET Help
Convert WinForms color to WPF color

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static Color ToWPFColor(
	Color color
)

Parameters

color
Type: System.DrawingColor
Color to convert

Return Value

Type: Color
Color
See Also