Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Pen Property


In This Topic
    Pen Property (Shape)
    In This Topic
    Gets and internal Sets the painting pen of this shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Pen As Pen
    'Usage
     
    
    Dim instance As Shape
    Dim value As Pen
     
    value = instance.Pen
    public Pen Pen {get;}

    Property Value

    The pen used to paint.
    See Also