Skip to main content

RefreshButtonProperties.Image Property

Gets the settings that define the refresh button‘s image.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ImagePropertiesEx Image { get; }

Property Value

Type Description
ImagePropertiesEx

A ImageProperties object that specifies the refresh button image’s properties.

See Also