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