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

    Parameters

    view
    width

    Return Value

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