ReorderableListStyles Class

Rotorz ReorderableList

ReorderableListStyles Class
Styles for the ReorderableListControl.
Inheritance Hierarchy
SystemObject  Rotorz.ReorderableListReorderableListStyles

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public static class ReorderableListStyles
public static class ReorderableListStyles

The ReorderableListStyles type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberContainer
Gets style for the background of list control.
Public propertyStatic memberContainer2
Gets an alternative style for the background of list control.
Public propertyStatic memberFooterButton
Gets style for footer button.
Public propertyStatic memberFooterButton2
Gets an alternative style for footer button.
Public propertyStatic memberHorizontalLineColor
Gets color for the horizontal lines that appear between list items.
Public propertyStatic memberItemButton
Gets style for remove item button.
Public propertyStatic memberSelectedItem
Gets style for the background of a selected item.
Public propertyStatic memberSelectionBackgroundColor
Gets color of background for a selected list item.
Public propertyStatic memberTitle
Gets style for title header.
Top
See Also