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

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

    Parameters

    color
    The SolidColor to copy properties from.
    See Also