Skip to main content
All docs
V25.2
  • Shape.UseBackgroundFill Property

    Indicates whether the shape uses the background fill.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool UseBackgroundFill { get; set; }

    Property Value

    Type Description
    Boolean

    true if the shape uses the background fill; otherwise, false.

    See Also