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


In This Topic
    Stroke Property (TextFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Stroke As Pen
    'Usage
     
    
    Dim instance As TextFormat
    Dim value As Pen
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Pen Stroke {get; set;}
    See Also