DraftView.Padding Property
In This Article
Gets or sets the distance from the text to the control's border in pixels.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Padding | A Padding object representing the control's padding. |
#Remarks
You can specify the width for the left, right, top and bottom margins independently, or set the same margin width for all sides.
See Also