GoDiagram Web Reference
Alignment Property (GoListGroup)

Gets or sets where each item should be drawn if it is narrower than the width of the whole group.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("How each item is positioned along the X axis.")>
Public Overridable Property Alignment As Integer
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("How each item is positioned along the X axis.")]
public virtual int Alignment {get; set;}

Property Value

This defaults to GoObject.TopLeft, i.e., left-aligned (or top-aligned if the orientation is horizontal).
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

GoListGroup Class
GoListGroup Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback