Skip to main content
Tab

HeaderButtonCheckedImageSpriteProperties.CheckedTop Property

Gets or sets a checked state image’s vertical offset within a sprite image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A structure that represents the image’s vertical offset.

Remarks

Use a control’s SpriteImageUrl property to specify a sprite image.

See Also