Skip to main content
Tab

ImageEditProperties.SpriteLeft Property

Gets or sets the image’s horizontal offset within a sprite image, specified via the ASPxImage.SpriteImageUrl property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit SpriteLeft { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure that represents the image’s horizontal offset.

Remarks

Note

The SpriteLeft property synchronizes its value with the editor’s ASPxImage.SpriteLeft property.

See Also