TdxLayoutLookAndFeelOffsets.ItemsAreaOffsetVert Property
Specifies the vertical indentation (in pixels) between layout items and their parent group‘s horizontal borders.
Declaration
property ItemsAreaOffsetVert: Integer index 4 read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property to control the vertical offsets of the client area (items area) of a group. Said differently, the top and bottom parent group margins have the same value specified by the ItemsAreaOffsetVert property. The ItemsAreaOffsetVert property value specifies the vertical indentation of items from its parent group’ borders.
If the ItemsAreaOffsetVert property is 0, there is no vertical indentation between items and parent group edges. The ItemsAreaOffsetVert property value is a positive number that cannot be less than 0.
The ItemsAreaOffsetVert property setting is inactive if the parent group’s ShowBorder property is set to False.