Skip to main content

NavBarControl.BackgroundImageLayout Property

This property is not supported by the NavBarControl class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ImageLayout BackgroundImageLayout { get; set; }

Property Value

Type Description
ImageLayout

An ImageLayout value.

See Also