Skip to main content
Tab

CheckedButtonImageProperties.SpriteProperties Property

Gets the settings defining the image position within a sprite image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CheckedButtonImageSpriteProperties SpriteProperties { get; }

Property Value

Type Description
CheckedButtonImageSpriteProperties

A CheckedButtonImageSpriteProperties object containing image position settings.

See Also