This member is available in the WPF Express Edition. See the LEADTOOLS products page for full details on more WPF features available with LEADTOOLS toolkits.
A resource key that represents the default Normal style for ImageListItem(s).
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Property NormalStyleKey As ResourceKey |
Managed Extensions for C++ | |
---|
public: __property static ResourceKey get_NormalStyleKey(); |
XAML Attributes Usage | |
---|
<object property={x:Static ImageListItem.NormalStyleKey}/> |
XAML Values | |
---|
imageUri
System.Windows.ResourceKey
A resource key that represents the Normal style for ImageListItem. |
Return Value
Gets the Normal style applied on ImageListItem
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also