Type to start searching...

Holder : Table Row

Properties
align : Alignment

Horizontal alignment of the control holder.

Valid values based on“string”.
right
center
left
colSpan : int

Specifies how many columns the current control holder occupies.

height : Dimension

Height of the control holder. Units can be one of pixels, points, percentage, or integer.

Valid values based on“string”.
(\d{1,8})|(\d{1,8}px)|(\d{1,8}pt)|(\d{1,8}%)
rowSpan : int

Specifies how many rows the current control holder occupies.

valign : VAlignment

Vertical alignment of the control holder content.

Valid values based on“string”.
top
middle
bottom
width : Dimension

Width of the control holder. Units can be one of pixels, points, percentage, or integer.

Valid values based on“string”.
(\d{1,8})|(\d{1,8}px)|(\d{1,8}pt)|(\d{1,8}%)
Content
Parents