ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / Pen Class / Pen Constructor / Pen Constructor(Color)
Color of the lines drawn with this pen.

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

    Parameters

    color
    Color of the lines drawn with this pen.
    See Also