Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageList Class : ItemBorderThickness Property |
[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: property Thickness ItemBorderThickness { Thickness get(); void set ( Thickness value); }
For XAML example, refer to ItemBorderBrush.
For C#/VB examples, refer to ItemBorderBrush.