GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBasicNode Class / MiddleLabelMargin Property
In This Topic
    MiddleLabelMargin Property
    In This Topic
    Gets or sets the how much larger the Shape should be on each side of the Label when the LabelSpot is GoObject.Middle.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The margin of the shape around the label, when the LabelSpot is Middle")]
    public virtual SizeF MiddleLabelMargin {get; set;}

    Property Value

    The default value is a width of 20 and a height of 10, which is adequate for an ellipse around short text strings.
    See Also