GoDiagram Web Reference
Orientation Property (GoPalette)

Gets or sets how to fill the palette by positioning its items.
Syntax
'Declaration
 
<DescriptionAttribute("How to fill the palette by positioning its items.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Overridable Property Orientation As Orientation
[DescriptionAttribute("How to fill the palette by positioning its items.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public virtual Orientation Orientation {get; set;}

Property Value

The default value is Orientation.Vertical.
Remarks
This property determines whether the automatic layout of the items in the palette fills and adds rows (Orientation.Vertical) or fills and adds columns (Orientation.Horizontal). A vertical orientation means that there is no horizontal scroll bar, and that the vertical scroll bar shows itself when it is needed because the rows do not all fit in the display area.
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