Intersoft WebGrid Documentation
BorderWidth Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCellTemplateContainer Class : BorderWidth Property






Syntax

Visual Basic (Declaration) 
<WebCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<WebSysDescriptionAttribute("Width of the border around the control.")>
Public Overridable Property BorderWidth As Unit
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
Dim value As Unit
 
instance.BorderWidth = value
 
value = instance.BorderWidth
C# 
[WebCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("Width of the border around the control.")]
public virtual Unit BorderWidth {get; set;}
Delphi 
public read-write property BorderWidth: Unit; virtual; 
JScript 
WebCategoryAttribute("Appearance")
DefaultValueAttribute()
WebSysDescriptionAttribute("Width of the border around the control.")
public function get,set BorderWidth : Unit
Managed Extensions for C++ 
[WebCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("Width of the border around the control.")]
public: __property virtual Unit get_BorderWidth();
public: __property virtual void set_BorderWidth( 
   Unit value
);
C++/CLI 
[WebCategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[WebSysDescriptionAttribute("Width of the border around the control.")]
public:
virtual property Unit BorderWidth {
   Unit get();
   void set (    Unit 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.