GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SheetBottomRightMargin Property
In This Topic
    SheetBottomRightMargin Property
    In This Topic
    Design-time and PropertyGrid access to Sheet properties.
    Syntax
    [Category("Sheet")]
    [ReadOnly(true)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Description("The margins along the right side and the bottom; should be set programmatically at run-time")]
    public SizeF SheetBottomRightMargin {get; set;}
    See Also