| Visual Basic (Declaration) | |
|---|---|
Public Property BorderStyle As UIElementBorderStyle | |
| C# | |
|---|---|
public UIElementBorderStyle BorderStyle {get; set;} | |
The following sample code initializes various properties on an UltraWinTree control and illustrates how to populate the tree.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using Infragistics.Win.UltraWinTree; | |
