Skip to main content
Tab

MenuItemImageProperties.SpriteProperties Property

Gets the settings defining the image position within a sprite image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public MenuItemImageSpriteProperties SpriteProperties { get; }

Property Value

Type Description
MenuItemImageSpriteProperties

A MenuItemImageSpriteProperties object containing image position settings.

See Also