Intersoft ClientUI Documentation
ItemSpacing Property (UXToolGroup)



Gets or sets a value that indicates the spacing between items in the toolgroup.
Syntax
<CategoryAttribute("Layout")>
Public Property ItemSpacing As Integer
Dim instance As UXToolGroup
Dim value As Integer
 
instance.ItemSpacing = value
 
value = instance.ItemSpacing
[CategoryAttribute("Layout")]
public int ItemSpacing {get; set;}
[CategoryAttribute("Layout")]
public:
property int ItemSpacing {
   int get();
   void set (    int value);
}
Requirements

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

See Also

Reference

UXToolGroup Class
UXToolGroup Members

Send Feedback