Click or drag to resize

PersistentSettingsSetDefault Method (String, NullableColor)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.SetDefault(System.String,System.Nullable{System.Drawing.Color})"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetDefault(
	string key,
	Color? value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.SetDefault(System.String,System.Nullable{System.Drawing.Color})"]

value
Type: SystemNullableColor

[Missing <param name="value"/> documentation for "M:Rhino.PersistentSettings.SetDefault(System.String,System.Nullable{System.Drawing.Color})"]

See Also