Skip to main content
All docs
V26.1
  • BlurEffect(Single, Boolean) Constructor

    Initializes a new instance of the BlurEffect class with specified settings.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public BlurEffect(
        float radius,
        bool grow
    )

    Parameters

    Name Type Description
    radius Single

    The radius of the blur effect.

    grow Boolean

    true to grow the blurred area; otherwise, false.

    See Also