TdxSpreadSheetCustomTextBox.ContentOffsets Property
In This Article
Specifies the minimum absolute offsets (in pixels) of the text from text box boundaries.
#Declaration
Delphi
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 Content
See Also