| Visual Basic (Declaration) | |
|---|---|
Public Property ImagePadding As Integer | |
| C# | |
|---|---|
public int ImagePadding {get; set;} | |
Determines the amount of blank space before each image. This is used to seperate images in the UltraTreeNode.LeftImages and UltraTreeNode.RightImages collections.
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; | |
