GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / BottomRightMargin Property
In This Topic
    BottomRightMargin Property (GoMultiTextNode)
    In This Topic
    Gets or sets the ListGroup's BottomRightMargin property.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The margin around the text inside the background at the right side and the bottom")]
    public SizeF BottomRightMargin {get; set;}
    See Also