Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PositionType

enumeration

Description

This enumeration contains values to control how an element is positioned in its parent container.

Properties

RelativeThe element is positioned in relation to its default box as calculated by layout.
AbsoluteThe element is positioned in relation to its parent box and does not contribute to the layout anymore.

Did you find this page useful? Please give it a rating: