Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGeometry Interface / Stroke Property


In This Topic
    Stroke Property
    In This Topic
    Gets or sets a value indicating whether draw the outline of this geometry.
    Syntax
    'Declaration
     
    
    Property Stroke As Boolean
    'Usage
     
    
    Dim instance As IGeometry
    Dim value As Boolean
     
    instance.Stroke = value
     
    value = instance.Stroke
    bool Stroke {get; set;}
    See Also