GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / BottomRightMargin Property
In This Topic
    BottomRightMargin Property (GoListGroup)
    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 border.
    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

    The width and height must not be negative.
    See Also