GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / GetShadowBrush Method
In This Topic
    GetShadowBrush Method (GoObject)
    In This Topic
    Get a Brush for painting a drop shadow in the given view.
    Syntax
    public virtual Brush GetShadowBrush( 
       GoView view
    )

    Parameters

    view

    Return Value

    A Brush, typically a partially transparent gray.
    Remarks
    By default this just returns view.GetShadowBrush(). You can override this to customize the shadow for this kind of object.
    See Also