'Usage
Dim instance As LayoutManager Dim isRow As Boolean Dim value As Double value = instance.GetTotalVisibleSize(isRow)
Parameters
- isRow
true
to calculate the visible height; otherwise, calculate the visible width.
Return Value
The total visible size of the specified axis.