RepositoryItemTextEdit.Padding Property
Gets or sets the TextEdit padding. The MemoEdit does not fully support this property, use the MaskBoxPadding property instead.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Padding | A System.Windows.Forms.Padding structure that specifies the amount of space between the editor’s text and the border. |
Remarks
Use the TextEdit.Properties property to access the Padding
property.
See Also