LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

ItemBorderThickness Property

Show in webframe





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

            

            
[DescriptionAttribute("Border thickness for each item.")]
[CategoryAttribute("Appearance")]
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

See Also

Reference

ImageList Class
ImageList Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.