Intersoft WebDesktop Documentation
Orientation Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : Orientation Enumeration


Glossary Item Box

Value representing the orientation of WebSplitter.

Syntax

Visual Basic (Declaration) 
Public Enum Orientation 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As Orientation
C# 
public enum Orientation : System.Enum 

Members

MemberDescription
HorizontalThe orientation of splitter is horizontal.
VerticalThe orientation of splitter is vertical (the default value).

Remarks

The default value of Orientation property is Vertical. However, you can change the value to Horizontal if you want to use WebSplitter to split rows.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.Orientation

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.