GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoMultiTextNode Class / TopLeftMargin Property
In This Topic
    TopLeftMargin Property (GoMultiTextNode)
    In This Topic
    Gets or sets the ListGroup's TopLeftMargin property.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The margin around the text inside the background at the left side and the top")]
    public SizeF TopLeftMargin {get; set;}
    See Also