Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / UserColor Class / UserColor Constructor / UserColor Constructor(ThemeColorId,Single)
A theme color that should be applied to the object.
The degree of transparency of the color as a value between 0 (opaque) and 1 (clear).

In This Topic
    UserColor Constructor(ThemeColorId,Single)
    In This Topic
    Initializes a new instance of the UserColor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal themeColor As ThemeColorId, _
       ByVal transparency As System.Single _
    )
    public UserColor( 
       ThemeColorId themeColor,
       System.float transparency
    )

    Parameters

    themeColor
    A theme color that should be applied to the object.
    transparency
    The degree of transparency of the color as a value between 0 (opaque) and 1 (clear).
    See Also