GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTextNode Class / BottomRightMargin Property
In This Topic
    BottomRightMargin Property (GoTextNode)
    In This Topic
    Gets or sets the space between the bottom and right sides of the text label 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;}
    Remarks
    If you change the background to be a different shape by overriding CreateBackground, you will probably want to set this margin and TopLeftMargin appropriately so that the text fits.
    See Also