Visual Basic (Declaration) | |
---|---|
Public Property ItemMargin As Thickness |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Thickness ItemMargin {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Thickness get_ItemMargin(); public: __property void set_ItemMargin( Thickness value ); |
XAML Attributes Usage | |
---|---|
<object ItemMargin=Thickness .../> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Property Element Usage | |
---|---|
<object> <object.ItemMargin> <Size .../> </object.ItemMargin> </object> |
Return Value
A Size structure that specifies the space between each ImageListItemFor C#/VB examples, refer to ItemBorderBrush.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family