Back to Devexpress

LabelControl.BackgroundImageLayout Property

windowsforms-devexpress-dot-xtraeditors-dot-labelcontrol-619d1032.md

latest1.4 KB
Original Source

LabelControl.BackgroundImageLayout Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

TypeDescription
ImageLayout

An ImageLayout value that specifies the position of an image on the control.

|

See Also

LabelControl Class

LabelControl Members

DevExpress.XtraEditors Namespace