GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / BottomRightMargin Property
In This Topic
    BottomRightMargin Property (GoSheet)
    In This Topic
    Gets or sets the size of the margins along the right side and bottom.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The margins along the right side and the bottom")]
    public virtual SizeF BottomRightMargin {get; set;}

    Property Value

    The default value is 50x50.
    See Also