GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / BackgroundImageSpot Property
In This Topic
    BackgroundImageSpot Property
    In This Topic
    Gets or sets the spot at which the BackgroundImage is located by LayoutChildren, relative to the MarginBounds.
    Syntax
    [Category("Appearance")]
    [DefaultValue(1)]
    [Description("The spot at which the BackgroundImage is located relative to the MarginBounds")]
    public virtual int BackgroundImageSpot {get; set;}

    Property Value

    The default value is GoObject.Middle
    See Also