GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ShadowColor Property
In This Topic
    ShadowColor Property
    In This Topic
    Gets or sets the color used for drawing drop shadows.
    Syntax
    [Category("Shadows")]
    [Description("The color used for drawing drop shadows.")]
    public virtual Color ShadowColor {get; set;}

    Property Value

    The default color is a partly transparent gray, so that users can see the objects underneath the shadow.
    Remarks
    The shadow only appears for those objects that have the GoObject.Shadowed property set to true.
    See Also