Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / Stroke Property


In This Topic
    Stroke Property (GeometryDrawing)
    In This Topic
    Gets the Pen object to draw the outline of the geometry drawing.
    Syntax
    'Declaration
     
    
    Public Property Stroke As Pen
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim value As Pen
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Pen Stroke {get; set;}
    See Also