Intersoft ClientUI Documentation
GetIsVerticalConnectingLineOf Method



The Line from which the property value is read.
Gets the value of the IsVerticalConnectingLineOf attached property for a specified Line.
Syntax
Public Shared Function GetIsVerticalConnectingLineOf( _
   ByVal element As Line _
) As UXTreeViewItem
Dim element As Line
Dim value As UXTreeViewItem
 
value = UXTreeViewConnectingLines.GetIsVerticalConnectingLineOf(element)
public static UXTreeViewItem GetIsVerticalConnectingLineOf( 
   Line element
)
public:
static UXTreeViewItem^ GetIsVerticalConnectingLineOf( 
   Line^ element
) 

Parameters

element
The Line from which the property value is read.

Return Value

The IsVerticalConnectingLineOf property value for the Line.
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