GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / TopLeftMargin Property
In This Topic
    TopLeftMargin Property (GoListGroup)
    In This Topic
    Gets or sets the space between the top and left sides of the text label with the top and left sides of the border.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The margin around the text inside the background at the left side and the top")]
    public virtual SizeF TopLeftMargin {get; set;}

    Property Value

    The width and height must not be negative.
    See Also