ReorderableListControl.ContainerStyle Property

Rotorz ReorderableList

ReorderableListControlContainerStyle Property
Gets or sets style used to draw background of list control.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public GUIStyle ContainerStyle { get; set; }
public function get ContainerStyle() : GUIStyle
public function set ContainerStyle(value : GUIStyle)

Property Value

Type: GUIStyle
See Also