Intersoft WebGrid Documentation
CellSpacingDefault Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : CellSpacingDefault Property






Specifies the default cell spacing that controls all UI element's spacing.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the default cell spacing that controls all UI element's spacing.")>
<ISNet.MarkAsStyleAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property CellSpacingDefault As Integer
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Integer
 
instance.CellSpacingDefault = value
 
value = instance.CellSpacingDefault
C# 
[DescriptionAttribute("Specifies the default cell spacing that controls all UI element's spacing.")]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public int CellSpacingDefault {get; set;}
Delphi 
public read-write property CellSpacingDefault: Integer; 
JScript 
DescriptionAttribute("Specifies the default cell spacing that controls all UI element's spacing.")
ISNet.MarkAsStyleAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set CellSpacingDefault : int
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the default cell spacing that controls all UI element's spacing.")]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property int get_CellSpacingDefault();
public: __property void set_CellSpacingDefault( 
   int value
);
C++/CLI 
[DescriptionAttribute("Specifies the default cell spacing that controls all UI element's spacing.")]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property int CellSpacingDefault {
   int get();
   void set (    int 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 Intersoft Solutions Corp. All Rights Reserved.