GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GetShadowBrush Method
the object casting a shadow; ignored by the default implementation
In This Topic
    GetShadowBrush Method (GoView)
    In This Topic
    Get a Brush for filling in an object's drop-shadow.
    Syntax
    public virtual SolidBrush GetShadowBrush( 
       GoObject obj
    )

    Parameters

    obj
    the object casting a shadow; ignored by the default implementation

    Return Value

    A SolidBrush whose color is ShadowColor
    See Also