Back to Devexpress

TextEdit.BackgroundImageLayout Property

windowsforms-devexpress-dot-xtraeditors-dot-textedit-3a9d8c5a.md

latest1.2 KB
Original Source

TextEdit.BackgroundImageLayout Property

This property isn’t used.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ImageLayout BackgroundImageLayout { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property BackgroundImageLayout As ImageLayout

Property Value

Type
ImageLayout

Remarks

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

See Also

TextEdit Class

TextEdit Members

DevExpress.XtraEditors Namespace