Skip to main content

TdxSpreadSheetCustomTextBox.ContentOffsets Property

Specifies the minimum absolute offsets (in pixels) of the text from text box boundaries.

Declaration

property ContentOffsets: TRect read; write;

Property Value

Type
TRect

Remarks

Use this property to set the minimum offsets of the text box content from the displayed border. The Left, Top, Right, and Bottom fields of a TRect value specify the absolute minimum distances between the text and the text box’s left, top, right, and bottom boundaries, respectively.

Note

The Spreadsheet control takes the ContentOffsets value into account when the AutoSize property is set to True.

See Also