Skip to main content

CheckedTextContainerStyle.ImageSpacing Property

Gets or sets the image spacings in the container.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

The spacing value.

See Also