GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPalette Class / AlignsSelectionObject Property
In This Topic
    AlignsSelectionObject Property
    In This Topic
    Gets or sets whether to align each item's SelectionObject instead of the whole item.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Whether to grid-align each whole item or each item's SelectionObject")]
    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.
    See Also