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

    Property Value

    This defaults to 3x2, in document coordinates.
    See Also