AreaSelection.Type

Syntax

Type: PP.Ui.AreaSelectionType;

Description

The Type property determines selection frame style.

Comments

Use the setType method to set the property value, and the getStyle method to get the property value.

By default, the property is set to PP.Ui.AreaSelectionType.Simple.

The setType method contains the _force optional parameter that sets whether force setting of a new value of selection frame form is required. Available values of this parameter:

If the _force parameter is not set or equal to False, the setType method checks if a new value must be set.

Example

The example of use is given in description of the AreaSelection.MinSize property.

See also:

AreaSelection