TdxLayoutLookAndFeelOffsets.RootItemsAreaOffsetHorz Property
Determines the horizontal indentation (in pixels) between the root group‘s edge and its immediate child layout items and groups.
Declaration
property RootItemsAreaOffsetHorz: Integer index 5 read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property to control the horizontal margins of the root group. Said differently, the left and right root group margins have the same value specified by the RootItemsAreaOffsetHorz property. The RootItemsAreaOffsetHorz property value specifies the horizontal indentation of items/groups from the root group’s edges.
If the RootItemsAreaOffsetHorz property is 0, there is no horizontal indentation between root elements and root group edges. The RootItemsAreaOffsetHorz property value is a positive number that cannot be less than 0.
See Also