Click or drag to resize

GH_ParamWireDisplay Enumeration

Enumerates the possible wire display types for parameters.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_ParamWireDisplay
Members
  Member nameValueDescription
default0 Wire display is controlled by the application settings.
faint1 Wires are displayed faintly (thin and transparent) while the parameter is not selected.
hidden2 Wires are not displayed at all while the parameter is not selected.
See Also