Intersoft ClientUI Documentation
SetItemSpacing Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISPanel Class : SetItemSpacing Method






obj
Target object.
value
Value.
Sets item spacing value to target object.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetItemSpacing( _
   ByVal obj As DependencyObject, _
   ByVal value As Integer _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Integer
 
ISPanel.SetItemSpacing(obj, value)
C# 
public static void SetItemSpacing( 
   DependencyObject obj,
   int value
)
Delphi 
public procedure SetItemSpacing( 
    obj: DependencyObject;
    value: Integer
); static; 
JScript 
public static function SetItemSpacing( 
   obj : DependencyObject,
   value : int
);
Managed Extensions for C++ 
public: static void SetItemSpacing( 
   DependencyObject* obj,
   int value
) 
C++/CLI 
public:
static void SetItemSpacing( 
   DependencyObject^ obj,
   int value
) 

Parameters

obj
Target object.
value
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.