ReorderableListControl.HorizontalLineColor Property

Rotorz ReorderableList

ReorderableListControlHorizontalLineColor Property
Gets or sets the color of the horizontal lines that appear between list items.

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

Property Value

Type: Color
See Also