Back to Devexpress

RepositoryItemTextEdit.MaskBoxPadding Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-b377f381.md

latest1.5 KB
Original Source

RepositoryItemTextEdit.MaskBoxPadding Property

Gets or sets the amount of space around the text box embedded in the TextEdit.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Padding MaskBoxPadding { get; set; }
vb
<Browsable(False)>
Public Property MaskBoxPadding As Padding

Property Value

TypeDescription
Padding

A System.Windows.Forms.Padding structure that specifies the amount of space around the editor’s text box.

|

Remarks

Use the MaskBoxPadding property to specify the amount of space around the text box within the TextEdit.

See Also

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace