Skip to main content
A newer version of this page is available. .

RepositoryItemRichTextEdit.HorizontalIndent Property

Gets or sets a horizontal margin between the border and text.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

[DefaultValue(4)]
public int HorizontalIndent { get; set; }

Property Value

Type Default Description
Int32 4

An integer value that specifies a horizontal margin, in pixels, between the border and text.

Remarks

RichTextEdit_Indents

See Also