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

ButtonImageSpriteProperties.PressedLeft Property

Gets or sets a pressed state image’s horizontal offset within a sprite image specified via a control’s SpriteImageUrl property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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

See Also