Skip to main content

RepositoryItemRichTextEdit.HorizontalIndent Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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