Enum
PositionState

Determines whether the PaletteViewItem has neighbor items and where they are.

Definition

Namespace:Telerik.Windows.Controls.ColorPicker.PaletteView

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum PositionState

Fields

Bottom

Neighbor items only on top of the item.

Declaration

cs-api-definition
Bottom = 1

Field Value

PositionState

Middle

Neighbor items on top, bottom, left and right of the item.

Declaration

cs-api-definition
Middle = 3

Field Value

PositionState

Single

No neighbor items.

Declaration

cs-api-definition
Single = 2

Field Value

PositionState

Top

Neighbor items only on bottom of the item.

Declaration

cs-api-definition
Top = 0

Field Value

PositionState

In this article
DefinitionFieldsBottomMiddleSingleTop
Not finding the help you need?
Contact Support