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

    Property Value

    The default value is 50x50.
    See Also