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

PopOutImageSpriteProperties.SelectedTop Property

Gets or sets a selected state image’s vertical 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 SelectedTop { get; set; }

Property Value

Type Description
Unit

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

See Also