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 : ItemSize Property |
[CategoryAttribute("Appearance")] [DescriptionAttribute("Size of each item (including image and text) in pixels.")] public Size ItemSize {get; set;}
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Size of each item (including image and text) in pixels.")> Public Property ItemSize As Size
'Usage Dim instance As ImageList Dim value As Size instance.ItemSize = value value = instance.ItemSize
[CategoryAttribute("Appearance")] [DescriptionAttribute("Size of each item (including image and text) in pixels.")] public: property Size ItemSize { Size get(); void set ( Size value); }
For XAML example, refer to ItemBorderBrush.
For C#/VB examples, refer to ItemBorderBrush.