Click or drag to resize

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
Syntax
public double GetComputedRowHeight(
	int row
)

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