Click or drag to resize

UserInterfaceGridSetPadding Method (Double, Double, Double, Double)

[Missing <summary> documentation for "M:Rhino.UI.UserInterfaceGrid.SetPadding(System.Double,System.Double,System.Double,System.Double)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void SetPadding(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble

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

top
Type: SystemDouble

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

right
Type: SystemDouble

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

bottom
Type: SystemDouble

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

See Also