ImageEditProperties.SpriteTop Property
Gets or sets the image’s vertical offset within a sprite image, specified via the ASPxImage.SpriteImageUrl property.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit structure that represents the image’s vertical offset. |
Remarks
Note
The SpriteTop property synchronizes its value with the editor’s ASPxImage.SpriteTop property.
See Also