LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageListItemStyle Enumeration
See Also  
Leadtools.Windows.Controls Namespace : ImageListItemStyle Enumeration



Styles of the items in a ImageList control. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum ImageListItemStyle 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ImageListItemStyle
C# 
public enum ImageListItemStyle : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ImageListItemStyle : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Button

Use button style items. For a visual representation, refer to ImageList.ItemStyle.

Explorer

Use Windows Explorer style items. For a visual representation, refer to ImageList.ItemStyle.

Normal

Normal items. For a visual representation, refer to ImageList.ItemStyle.

UserStyle

The user is responsible for the appearance of the items.

Example

For XAML example, refer to ImageList.ItemStyle.

For C#/VB examples, refer to ImageList.ItemStyle.

Remarks

The ImageListItemStyle enumeration is used as the value for the ImageList.ItemStyle property.

The ImageList control contains pre-defined styles for various ways to draw the items. It will set these predefined styles in the ItemContainerStyle property. When ImageListItemStyle.UserStyle is specified, it is up to you to set the required styles in ItemContainerStyle.

For more information, refer to the ImageListItemStyle enumeration.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.ImageListItemStyle

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also