Back to Devexpress

RepositoryItemRichTextEdit.VerticalIndent Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemrichtextedit-cc67ba1a.md

latest1.5 KB
Original Source

RepositoryItemRichTextEdit.VerticalIndent Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DefaultValue(0)]
public int VerticalIndent { get; set; }
vb
<DefaultValue(0)>
Public Property VerticalIndent As Integer

Property Value

TypeDefaultDescription
Int320

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

|

Remarks

See Also

HorizontalIndent

RepositoryItemRichTextEdit Class

RepositoryItemRichTextEdit Members

DevExpress.XtraEditors.Repository Namespace