Leadtools.Windows.Controls Namespace > ImageList Class : ItemMargin Property |
[DescriptionAttribute("Margin of each item image.")] [CategoryAttribute("Appearance")] public Thickness ItemMargin {get; set;}
'Declaration <DescriptionAttribute("Margin of each item image.")> <CategoryAttribute("Appearance")> Public Property ItemMargin As Thickness
'Usage Dim instance As ImageList Dim value As Thickness instance.ItemMargin = value value = instance.ItemMargin
[DescriptionAttribute("Margin of each item image.")] [CategoryAttribute("Appearance")] public Thickness ItemMargin {get; set;}
DescriptionAttribute("Margin of each item image.") CategoryAttribute("Appearance") get_ItemMargin();
set_ItemMargin(value);
[DescriptionAttribute("Margin of each item image.")] [CategoryAttribute("Appearance")] public: property Thickness ItemMargin { Thickness get(); void set ( Thickness value); }
For XAML example, refer to ItemBorderBrush.
For C#/VB examples, refer to ItemBorderBrush.
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