Intersoft ClientUI Documentation
ItemMargin Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > IGridPanel Interface : ItemMargin Property






Gets or sets the outer margin of the item.

Syntax

Visual Basic (Declaration) 
Property ItemMargin As Thickness
Visual Basic (Usage)Copy Code
Dim instance As IGridPanel
Dim value As Thickness
 
instance.ItemMargin = value
 
value = instance.ItemMargin
C# 
Thickness ItemMargin {get; set;}
Delphi 
read-write property ItemMargin: Thickness; 
JScript 
function get,set ItemMargin : Thickness
Managed Extensions for C++ 
__property Thickness get_ItemMargin();
__property void set_ItemMargin( 
   Thickness value
);
C++/CLI 
property Thickness ItemMargin {
   Thickness get();
   void set (    Thickness value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.