Intersoft ClientUI Documentation
SetIsHorizontalConnectingLineOf Method



The Line to which the attached property is written.
The needed IsHorizontalConnectingLineOf value.
Sets the value of the IsHorizontalConnectingLineOf attached property to a specified Line.
Syntax
Public Shared Sub SetIsHorizontalConnectingLineOf( _
   ByVal element As Line, _
   ByVal value As UXTreeViewItem _
) 
Dim element As Line
Dim value As UXTreeViewItem
 
UXTreeViewConnectingLines.SetIsHorizontalConnectingLineOf(element, value)
public static void SetIsHorizontalConnectingLineOf( 
   Line element,
   UXTreeViewItem value
)
public:
static void SetIsHorizontalConnectingLineOf( 
   Line^ element,
   UXTreeViewItem^ value
) 

Parameters

element
The Line to which the attached property is written.
value
The needed IsHorizontalConnectingLineOf value.
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

UXTreeViewConnectingLines Class
UXTreeViewConnectingLines Members

Send Feedback