GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / Shadowed Property
In This Topic
    Shadowed Property (GoObject)
    In This Topic
    Gets or sets whether this object is painted with a drop shadow.
    Syntax
    [Category("Appearance")]
    [DefaultValue(false)]
    [Description("Whether this object is painted with a drop shadow.")]
    public virtual bool Shadowed {get; set;}

    Property Value

    This defaults to false.
    Remarks
    Normally the drop shadow is achieved by painting the shadow first, using GetShadowBrush or GetShadowPen at the GetShadowOffset, and then doing the regular painting. The shadow affects the paint bounds, but not the object's bounds.
    See Also