ReorderableListControl.HorizontalLineAtStart Property

Rotorz ReorderableList

ReorderableListControlHorizontalLineAtStart Property
Gets or sets a boolean value indicating whether a horizontal line should be shown above the first list item at the start of the list control.

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

Property Value

Type: Boolean
Remarks

Horizontal line is not drawn for an empty list regardless of the value of this property.

See Also