Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Pen Class / Visible Property

In This Topic
    Visible Property (Pen)
    In This Topic
    Gets a value indicating whether the pen is really visible, i.e. its width greater than 0 and color is not transparent.
    Syntax
    'Declaration
     
    Public ReadOnly Property Visible As System.Boolean
    public System.bool Visible {get;}
    See Also