Gets or sets the orientation of the items in the
ImageListView.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Orientation As Orientation |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageListView
Dim value As Orientation
instance.Orientation = value
value = instance.Orientation |
Managed Extensions for C++ | |
---|
public: __property Orientation get_Orientation();
public: __property void set_Orientation(
Orientation value
); |
Property Value
The
Orientation value that represents the orientation of the items in the
ImageListView.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also