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

    Property Value

    This defaults to 2x3, in document coordinates.
    See Also