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






Gets or sets the borderwidth of the focused row.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.MarkAsStyleAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the borderwidth of the focused row.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property BorderWidth As Unit
Visual Basic (Usage)Copy Code
Dim instance As FocusStyle
Dim value As Unit
 
instance.BorderWidth = value
 
value = instance.BorderWidth
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the borderwidth of the focused row.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public Unit BorderWidth {get; set;}
Delphi 
public read-write property BorderWidth: Unit; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.MarkAsStyleAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the borderwidth of the focused row.")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BorderWidth : Unit
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the borderwidth of the focused row.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property Unit get_BorderWidth();
public: __property void set_BorderWidth( 
   Unit value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.MarkAsStyleAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the borderwidth of the focused row.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
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.