Class PositionState
Determines whether the PaletteViewItem has neighbor items and where they are.
Inheritance
System.Object
PositionState
Namespace: Telerik.Windows.Controls.ColorPicker.PaletteView
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class PositionState : Enum
Fields
Bottom
Neighbor items only on top of the item.
Declaration
public const PositionState Bottom
Field Value
PositionState
|
Middle
Neighbor items on top, bottom, left and right of the item.
Declaration
public const PositionState Middle
Field Value
PositionState
|
Single
Top
Neighbor items only on bottom of the item.
Declaration
public const PositionState Top
Field Value
PositionState
|
value__
Declaration
public int value__
Field Value
System.Int32
|