Visual Basic (Declaration) | |
---|---|
Public Property ItemSize As Size |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Size ItemSize {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Size get_ItemSize(); public: __property void set_ItemSize( Size value ); |
XAML Attributes Usage | |
---|---|
<object ItemSize=Size .../> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Property Element Usage | |
---|---|
<object> <object.ItemSize> <Size .../> </object.ItemSize> </object> |
Return Value
A Size structure that specifies the size of each ImageListItem in this ImageList in units.For C#/VB examples, refer to ItemBorderBrush.
In WPF Express, default value is fixed at 128 X 128.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family