←Select platform

ItemMargin Property

Summary

Gets or sets the margins between each item

Syntax

C#
VB
C++
[DescriptionAttribute("Margin of each item image.")] 
[CategoryAttribute("Appearance")] 
public Thickness ItemMargin {get; set;} 
<DescriptionAttribute("Margin of each item image.")> 
<CategoryAttribute("Appearance")> 
Public Property ItemMargin As Thickness 
[DescriptionAttribute("Margin of each item image.")] 
[CategoryAttribute("Appearance")] 
public: 
property Thickness ItemMargin { 
   Thickness get(); 
   void set (    Thickness ); 
} 

Property Value

A System.Windows.Thickness that specifies the margins to use between each item. Default value is Thickness(5, 5, 5, 5).

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
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Windows.Controls Assembly
Click or drag to resize