GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / BottomRightMargin Property
In This Topic
    BottomRightMargin Property (GoSubGraph)
    In This Topic
    Gets or sets the space between the bottom and right sides of the subgraph children with the bottom and right sides of the background.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The margin around the text inside the background at the right side and the bottom")]
    public virtual SizeF BottomRightMargin {get; set;}

    Property Value

    This defaults to 4x4 units, in document coordinates. The margin width and height must each be non-negative. The margin should be large enough to accommodate any border drawn by the BorderPen.
    See Also