UserInterfaceGridGetComputedRowHeight Method |
Height of a row in logical pixels as of the most recent layout. This is 0
until the grid has been drawn once.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic double GetComputedRowHeight(
int row
)
Public Function GetComputedRowHeight (
row As Integer
) As Double
Parameters
- row
- Type: SystemInt32
[Missing <param name="row"/> documentation for "M:Rhino.UI.UserInterfaceGrid.GetComputedRowHeight(System.Int32)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:Rhino.UI.UserInterfaceGrid.GetComputedRowHeight(System.Int32)"]
See Also