Enum PositionState
Determines whether the PaletteViewItem has neighbor items and where they are.
Namespace: Telerik.Windows.Controls.ColorPicker.PaletteView
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum PositionState
Bottom
Neighbor items only on top of the item.
Middle
Neighbor items on top, bottom, left and right of the item.
Single
No neighbor items.
Top
Neighbor items only on bottom of the item.