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

RepositoryItemRichTextEdit.VerticalIndent Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

[DefaultValue(0)]
public int VerticalIndent { get; set; }

Property Value

Type Default Description
Int32 0

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

Remarks

RichTextEdit_Indents

See Also