GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoIconicNode Class / DraggableLabel Property
In This Topic
    DraggableLabel Property
    In This Topic
    Gets or sets whether the user can drag the label around independently of the node.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether users can drag the label independently of the node")]
    public virtual bool DraggableLabel {get; set;}

    Property Value

    Initially this value is false--the label is always positioned by LayoutChildren and users cannot move the label without moving the whole node.
    See Also