ASPxImage.SpriteLeft Property
In This Article
Gets or sets the image’s horizontal offset within a sprite image, specified via the ASPxImage.SpriteImageUrl property.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
A Unit structure that represents the image’s horizontal offset. |
#Remarks
This property is a wrapper of the ImageEditProperties.SpriteLeft property.
See Also