Intersoft ClientUI Documentation
GetIsHorizontalConnectingLineOf Method



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

Parameters

element
The Line from which the property value is read.

Return Value

The IsHorizontalConnectingLineOf 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