| Visual Basic (Declaration) | |
|---|---|
Public Property ViewStyle As ImageListViewStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ImageListViewStyle ViewStyle {get; set;} | |
| C++/CLI | |
|---|---|
public: property ImageListViewStyle ViewStyle { ImageListViewStyle get(); void set (ImageListViewStyle value); } | |
| XAML Attributes Usage | |
|---|---|
<object ViewStyle=Leadtools.Windows.Controls.ImageListViewStyle .../> | |
| Dependencies Property Information | |
|---|---|
Identifier field | |
Metadata properties set to true | None |
| XAML Attributes Usage | |
|---|---|
<object ViewStyle=Leadtools.Windows.Controls.ImageListViewStyle .../> | |
| Dependencies Property Information | |
|---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
A ImageListViewStyle enumeration that specifies how the item is displayed.For XAML example, refer to ImageSize.
| Visual Basic | Copy Code |
|---|---|
''' This example will show the different view styles of a <see cref="ImageListItem"/> control. | |
| C# | Copy Code |
|---|---|
/// This example will show the different view styles of a <see cref="ImageListItem"/> control. | |
For more information, refer to the ImageListViewStyle enumeration.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family