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






Syntax

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