Intersoft WebGrid Documentation
ConnectorLineColor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > GroupByBoxObject Class : ConnectorLineColor Property






Specifies the line color of the connector which is used to display link between hierarchical's group columns.

Syntax

Visual Basic (Declaration) 
<ISNet.MarkAsStyleAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies the line color of the connector which is used to display link between hierarchical's group columns.")>
<DefaultValueAttribute()>
Public Property ConnectorLineColor As Color
Visual Basic (Usage)Copy Code
Dim instance As GroupByBoxObject
Dim value As Color
 
instance.ConnectorLineColor = value
 
value = instance.ConnectorLineColor
C# 
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the line color of the connector which is used to display link between hierarchical's group columns.")]
[DefaultValueAttribute()]
public Color ConnectorLineColor {get; set;}
Delphi 
public read-write property ConnectorLineColor: Color; 
JScript 
ISNet.MarkAsStyleAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies the line color of the connector which is used to display link between hierarchical's group columns.")
DefaultValueAttribute()
public function get,set ConnectorLineColor : Color
Managed Extensions for C++ 
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the line color of the connector which is used to display link between hierarchical's group columns.")]
[DefaultValueAttribute()]
public: __property Color get_ConnectorLineColor();
public: __property void set_ConnectorLineColor( 
   Color value
);
C++/CLI 
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the line color of the connector which is used to display link between hierarchical's group columns.")]
[DefaultValueAttribute()]
public:
property Color ConnectorLineColor {
   Color get();
   void set (    Color 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.