Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GroupBrush Class
Members


In This Topic
    GroupBrush Class
    In This Topic
    This element specifies a group fill. When specified, this setting indicates that the parent element is part of a group and should inherit the fill properties of the group.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class GroupBrush 
       Inherits Brush
    'Usage
     
    
    Dim instance As GroupBrush
    public sealed class GroupBrush : Brush 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Drawing.Brush
          GrapeCity.Drawing.GroupBrush

    See Also