Skip to main content
A newer version of this page is available. .
Tab

ImageProperties.SpriteProperties Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageSpriteProperties SpriteProperties { get; }

Property Value

Type Description
ImageSpriteProperties

A ImageSpriteProperties object containing image position settings.

See Also