TdxLayoutLookAndFeelOffsets Properties
Contains offsets for layout elements.Name | Description |
---|---|
ControlOffsetHorz | Specifies the horizontal indentation (in pixels) between a standard layout item‘s caption and the linked control‘s edge. |
ControlOffsetVert | Specifies the vertical indentation (in pixels) between a standard layout item‘s caption and the linked control‘s edge. |
ItemOffset | Specifies the horizontal and vertical indentation (in pixels) between layout items or groups. |
ItemsAreaOffsetHorz | Specifies the horizontal indentation (in pixels) between layout items and their parent group‘s vertical borders. |
ItemsAreaOffsetVert | Specifies the vertical indentation (in pixels) between layout items and their parent group‘s horizontal borders. |
RootItemsAreaOffsetHorz | Determines the horizontal indentation (in pixels) between the root group‘s edge and its immediate child layout items and groups. |
RootItemsAreaOffsetVert | Determines the vertical indentation (in pixels) between the root group‘s edge and its immediate child layout items and groups. |
TabSheetContentOffsetHorz | Determines the horizontal padding (in pixels) for the content in tabbed layout group pages. |
TabSheetContentOffsetVert | Determines the vertical padding (in pixels) for the content in tabbed layout group pages. |
See Also