ReorderableListControlHorizontalLineAtEnd Property |
Gets or sets a boolean value indicating whether a horizontal line should be
shown below the last list item at the end of the list control.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic bool HorizontalLineAtEnd { get; set; }
public function get HorizontalLineAtEnd() : boolean
public function set HorizontalLineAtEnd(value : boolean)
Property Value
Type:
Boolean
RemarksHorizontal line is not drawn for an empty list regardless of the value
of this property.
See Also