Type: PP.Ui.AreaSelectionType;
The Type property determines selection frame style.
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:
true. It is required to force set a new value of selection frame form.
false. It is not required to force set a new value of selection frame form.
If the _force parameter is not set or equal to False, the setType method checks if a new value must be set.
The example of use is given in description of the AreaSelection.MinSize property.
See also: