Click or drag to resize

UserInterfaceGridSetPadding Method (Double)

Space between the edges of the grid and its cells in logical pixels. The default is 6 on all four sides.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void SetPadding(
	double padding
)

Parameters

padding
Type: SystemDouble

[Missing <param name="padding"/> documentation for "M:Rhino.UI.UserInterfaceGrid.SetPadding(System.Double)"]

See Also