Style specifies the thumbnails style. It can be flat or 3D.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum StyleType
Public Enumeration StyleType
public enum class StyleType
Members
| Member | Value | Description |
|---|---|---|
| Flat | 0 |
Flat style
|
| LargeFlat | 1 |
Same as Flat but at double size (i.e. Zoom is 200%)
|
| FlatAndWide | 2 |
Flat style with text on the right-hand side
|
| Columns | 3 |
Separate columns are used for thumbnails and text fields
|
| Filenames | 4 |
Small icon with a single line of text on the right
|