Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ShapeStateEventArgs Class / Fill Property


In This Topic
    Fill Property (ShapeStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the shape's fill is changed.
    Syntax
    'Declaration
     
    
    Public Property Fill As Boolean
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As Boolean
     
    instance.Fill = value
     
    value = instance.Fill
    public bool Fill {get; set;}
    See Also