Gets or sets a value that indicates the number of pixels to use to draw the border of each item.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageList
Dim value As Thickness
instance.ItemBorderThickness = value
value = instance.ItemBorderThickness |
Property Value
A
System.Windows.Thickness object that indicates the number of pixels to use when drawing the border of each item. Default value is
Thickness(2).
Example
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also