ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / Util Class / ColorToString Method

In This Topic
    ColorToString Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ColorToString( _
       ByVal color As Color _
    ) As String
    public static string ColorToString( 
       Color color
    )

    Parameters

    color
    See Also