| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ItemHeightResolved As Integer | |
| C# | |
|---|---|
public int ItemHeightResolved {get;} | |
If a height has been specified, it is returned.
Otherwise the calculated height is returned.
The following sample code illustrates some of the information exposed by a mode.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win.UltraWinTree | |
| C# | Copy Code |
|---|---|
using System.Diagnostics; | |
