Set Element dimensions and positioning
masterElements use a coordinate system relative to their parent. You can specify dimensions and offsets using numbers, percentages (e.g., 50%), or keywords.
Dimensions:
width,height: Can be a number, percentage (0-100%), or keywords likehalforshrink.- Percentages support offsets:
50%+1or50%-1.
Positioning:
left,right,top,bottom: Offsets relative to the parent.leftandtopaccept the keywordcenter.rightandbottomdo not accept keywords.- Percentages also support offsets (e.g.,
50%+1). position: An object containing these properties can be used to group them.