Back to Devexpress

RepositoryItemRichTextEdit.HorizontalIndent Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemrichtextedit-4e5a6b46.md

latest1.5 KB
Original Source

RepositoryItemRichTextEdit.HorizontalIndent Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDefaultDescription
Int324

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

|

Remarks

See Also

VerticalIndent

RepositoryItemRichTextEdit Class

RepositoryItemRichTextEdit Members

DevExpress.XtraEditors.Repository Namespace