GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / PaintDecoration Method
In This Topic
    PaintDecoration Method (GoListGroup)
    In This Topic
    Paint a shadow, filled border, and separator lines.
    Syntax
    public virtual void PaintDecoration( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    If the Clipping property is true and if Corner is non-zero, painting of the child items and of the separator lines will be clipped to fit within the rounded rectangle formed by the border.
    See Also