MindFusion.Wpf Pack Programmer's Guide
Converter.FromColor Method
See Also
 





Converts the specified color value to a string in the format #AARRGGBB.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public static string FromColor (
    Color val
)

Visual Basic  Copy Code

Public Shared Function FromColor( _
    val As Color _
) As String

 Parameters

val

The value to convert.

 Return Value

A string that represents the specified color value.

 See Also

Converter Members
Converter Class
MindFusion.Charting.Wpf Namespace