TdxLayoutLookAndFeelOffsets.ControlOffsetVert Property
Specifies the vertical indentation (in pixels) between a standard layout item‘s caption and the linked control‘s edge.
Declaration
property ControlOffsetVert: Integer index 1 read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property to adjust the vertical indentation between the item caption and the linked control’s edge.
If the ControlOffsetVert property is 0, there is no vertical indentation between the item caption and the control’s edges. The ControlOffsetVert property value is a positive number that cannot be less than 0.
See Also