Xceed Grid for WinForms v4.3 Documentation
TreeLinePen Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : TreeLinePen Property
Gets the pen that is used to draw the treelines.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property TreeLinePen As Pen
'Usage
 
Dim instance As GridControl
Dim value As Pen
 
value = instance.TreeLinePen
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public Pen TreeLinePen {get;}

Property Value

A reference to a System.Drawing.Pen object representing the pen that is used to draw the treelines.
Remarks

The System.Drawing.Pen object returned is based on the values of the TreeLineColor property.

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

GridControl Class
GridControl Members