Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / UserColor Class / UserColor Constructor / UserColor Constructor(Color)
The Color to copy properties from.

In This Topic
    UserColor Constructor(Color)
    In This Topic
    Initializes a new instance of the UserColor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As System.Drawing.Color _
    )
    public UserColor( 
       System.Drawing.Color color
    )

    Parameters

    color
    The Color to copy properties from.
    See Also