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






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

Syntax

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