Back to Devexpress

RichEditControl.BackgroundImageLayout Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-a5a3f73c.md

latest1.3 KB
Original Source

RichEditControl.BackgroundImageLayout Property

This property is not in effect for the RichEditControl class.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

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

TypeDescription
ImageLayout

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace