Infragistics2.Win.UltraWinTree.v8.1
BorderStyleNodeResolved Property
See Also 
Infragistics.Win.UltraWinTree Namespace > UltraTreeNode Class : BorderStyleNodeResolved Property

The resolved Override.BorderStyleNode of the node. If a Override.BorderStyleNode has been specified, it is returned. Otherwise the default is returned.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BorderStyleNodeResolved As UIElementBorderStyle
C# 
public UIElementBorderStyle BorderStyleNodeResolved {get;}

Remarks

The resolved Override.BorderStyleNode is the actual Override.BorderStyleNode of the UltraTreeNode based on all the Override objects affecting the node.

See Also