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


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