GoDiagram Web Reference
DraggableLabel Property

Gets or sets whether the user can drag the label around independently of the node.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Whether users can drag the label independently of the node")>
Public Overridable Property DraggableLabel As Boolean
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoIconicNode Class
GoIconicNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback