Skip to main content

DraftView.Padding Property

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

public Padding Padding { get; set; }

#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