2022.2

Table Of Contents
l
Angle:Settherotationangleoftheboxinclockwisedegrees.EquivalenttotheCSS
transform:rotateproperty.
l
Corner radius:Settheradiusofroundedbordercornersinmeasureorpercentage.Equi-
valenttotheCSSborder-radiusproperty.
l
Display:Usethedrop-downortypeinthevalueforhowtodisplaythebox.Equivalentto
theCSSdisplayproperty.
l
Overflow:Usethedrop-downortypeinthevalueforhowtohandleoverflow(textthat
doesnotfitinthecurrentsizeofthebox).Equivalenttotheoverflowproperty.
l
Text wrap group:
l
Float:Usethedrop-downortypeinthevalueforhowtofloatthebox,iftheboxisnotinan
absoluteposition(seePosition,below).EquivalenttotheCSSfloatproperty.
l
Clear:Usethedrop-downortypeinthevalueforclearingpre-existingalignments.Equi-
valenttotheCSSclearproperty.
l
Positioning:NotethatitdependsonboththeContextandthetypeofBox,whichsettingsare
available.ForinformationaboutthedifferenttypesofBoxes,see"Boxes"onpage226.
l
Position:Usethedrop-downortypeinthevalueforthetypeofpositioningforthebox.
EquivalenttotheCSSpositionproperty(see"UsingtheCSSpositionproperty"on
page276).
l
Top(WebContext):Settheverticaloffsetbetweenthisboxanditsparent'stopposition.
EquivalenttotheCSStopproperty.
l
Left(WebContext):Setthehorizontaloffsetbetweenthisboxanditsparent'sleftposition.
EquivalenttotheCSSleftproperty.
l
Y-offset(PrintContext):Setstheverticaloffsetbetweenthisboxandthecurrentpage's
top.ThisonlyworksforPositionedboxes.
l
X-offset(PrintContext):Setstheverticaloffsetbetweenthisboxandthecurrentpage's
leftedge.ThisonlyworksforPositionedboxes.
l
Bottom:Settheverticaloffsetbetweenthisboxanditsparent'sbottomposition.Notethat
youcan'tsettheHeightandTop(orY-offset)andBottomofaBox.RemovetheHeight
beforesettingtheBottomproperty.EquivalenttotheCSSbottomproperty.
l
Right:Setthehorizontaloffsetbetweenthisboxanditsparent'sleftposition.Notethatyou
can'tsettheWidthandLeft(orX-offset)andRightofaBox.RemovetheWidthbeforeset-
tingtheRightproperty.EquivalenttotheCSSrightproperty.
Page 435