GoDiagram Web Reference
AlignsSelectionObject Property

Gets or sets whether to align each item's SelectionObject instead of the whole item.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Whether to grid-align each whole item or each item's SelectionObject")>
<CategoryAttribute("Appearance")>
Public Overridable Property AlignsSelectionObject As Boolean
[DefaultValueAttribute()]
[DescriptionAttribute("Whether to grid-align each whole item or each item's SelectionObject")]
[CategoryAttribute("Appearance")]
public virtual bool AlignsSelectionObject {get; set;}

Property Value

The default value is true.
Remarks
A true value causes node icons to be aligned instead of the top-left corners of the objects. The node labels, then, are unlikely to be aligned. To reduce overlap LayoutItems may skip cells in order to place an item.
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

GoPalette Class
GoPalette Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback