Intersoft ClientUI Documentation
SetIsVerticalConnectingLineOf Method



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

Parameters

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