Tag Archive for 'borderthicknessleft'

12
Jan

Setting the border thickness in a Flex Panel container

The following example shows how you can set the border thickness of each edge (left, right, top, and bottom) separately on a Panel container in Flex by setting the borderThicknessLeft, borderThicknessRight, borderThicknessTop, and borderThicknessBottom styles.

Full code after the jump.

Continue reading ‘Setting the border thickness in a Flex Panel container’