Skip to main content

TdxLayoutLookAndFeelOffsets.RootItemsAreaOffsetVert Property

Determines the vertical indentation (in pixels) between the root group‘s edge and its immediate child layout items and groups.

Declaration

property RootItemsAreaOffsetVert: Integer index 6 read; write;

Property Value

Type
Integer

Remarks

Use this property to control the vertical margins of the root group. Said differently, the top and bottom root group margins have the same value specified by the RootItemsAreaOffsetVert property. The RootItemsAreaOffsetVert property value specifies the vertical indentation of items/groups from the root group’s edges.

If the RootItemsAreaOffsetVert property is 0, there is no vertical indentation between root elements and root group edges. The RootItemsAreaOffsetVert property value is a positive number that cannot be less than 0.

See Also