GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoIconicNode Class / LabelOffset Property
In This Topic
    LabelOffset Property
    In This Topic
    Gets or sets the relative position of the Label's position compared to the Icon's position.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The offset of the Label relative to the Icon")]
    public virtual SizeF LabelOffset {get; set;}

    Property Value

    A very large negative offset causes LayoutChildren to ignore this value, resulting in the Label being placed underneath the Icon.
    Remarks
    This is automatically updated if the DraggableLabel is true and the user drags the label around.
    See Also