Skip to main content
A newer version of this page is available.
All docs
V18.2

PopOutImageSpriteProperties.SelectedLeft Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public Unit SelectedLeft { get; set; }

Property Value

Type Description
Unit

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

See Also