GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SheetTopLeftMargin Property
In This Topic
    SheetTopLeftMargin 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 left side and top; should be set programmatically at run-time")]
    public SizeF SheetTopLeftMargin {get; set;}
    See Also