Skip to main content
All docs
V25.1
  • CheckedTextContainerStyle.ImageSpacing Property

    Gets or sets the image spacings in the container.

    Namespace: DevExpress.Web.ASPxSpellChecker

    Assembly: DevExpress.Web.ASPxSpellChecker.v25.1.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