LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

ItemBorderThickness Property






Gets or sets a value that indicates the number of pixels to use to draw the border of each item. .NET support Silverlight support
Syntax
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border thickness for each item.")]
public Thickness ItemBorderThickness {get; set;}
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Border thickness for each item.")>
Public Property ItemBorderThickness As Thickness
'Usage
 
Dim instance As ImageList
Dim value As Thickness
 
instance.ItemBorderThickness = value
 
value = instance.ItemBorderThickness
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border thickness for each item.")]
public Thickness ItemBorderThickness {get; set;}
CategoryAttribute("Appearance")
DescriptionAttribute("Border thickness for each item.")
 get_ItemBorderThickness();
set_ItemBorderThickness(value);
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border thickness for each item.")]
public:
property Thickness ItemBorderThickness {
   Thickness get();
   void set (    Thickness value);
}

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

For XAML example, refer to ItemBorderBrush.

For C#/VB examples, refer to ItemBorderBrush.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageList Class
ImageList Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.