GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ShadowOffset Property
In This Topic
    ShadowOffset Property
    In This Topic
    Gets or sets the offset distance for drop shadows.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual SizeF ShadowOffset {get; set;}

    Property Value

    This SizeF value specifies the offset, where positive values move the shadow to the right and to the bottom. The default value is (5, 5).
    Remarks
    The shadow only appears for those objects that have the GoObject.Shadowed property set to true.
    See Also