A resource key that represents the default Explorer style for ImageListItem(s).
             
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Shared ReadOnly Property ExplorerStyleKey As ResourceKey  | 
 
            
            
            | XAML Attributes Usage |   | 
|---|
<object property={x:Static ImageListItem.ExplorerStyleKey}/>  | 
| XAML Values |   | 
|---|
System.Windows.ResourceKey
A resource key that represents the Explorer style for ImageListItem.  | 
| XAML Attributes Usage |   | 
|---|
<object property={x:Static ImageListItem.ExplorerStyleKey}/>  | 
| XAML Values |   | 
|---|
System.Windows.ResourceKey
A resource key that represents the Explorer style for ImageListItem.  | 
Return Value
Gets the Explorer style applied on ImageListItem
 
            
            
            
            
Example
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
 
            
            
See Also