ArrowDropPanel.ArrowPosition

Syntax

ArrowPosition: PP.Ui.DropPanelArrowPosition;

Description

The ArrowPosition property determines arrow position relative to panel.

Comments

Property value is an enumeration item PP.Ui.DropPanelArrowPosition.

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

Example

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

See also:

ArrowDropPanel