GoDiagram Web Reference
LinePen Property

Gets or sets the Pen used to draw lines separating the items.
Syntax
'Declaration
 
<DescriptionAttribute("The pen used to draw lines separating the items.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Overridable Property LinePen As Pen
[DescriptionAttribute("The pen used to draw lines separating the items.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public virtual Pen LinePen {get; set;}

Property Value

You must not modify the pen after you have assigned it. If this value is null, no lines will be drawn. By default this value is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoListGroup Class
GoListGroup Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback