ArrowDropPanel.ArrowPosition

Syntax

ArrowPosition: PP.Ui.DropPanelArrowPosition;

Description

The ArrowPosition property determines arrow position relative to panel.

Comments

Property value - element of the PP.Ui.DropPanelArrowPosition enumeration.

Use JSON or the setArrowPosition method to set the property value and the getArrowPosition method to get the property value.

Example

The property use is given on the Example of Creating the ArrowDropPanel Component page.

See also:

ArrowDropPanel