ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum BackgroundRepeat - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum BackgroundRepeat

    Specifies how a BackgroundImage should fill the available space within its container report item.

    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public enum BackgroundRepeat

    Fields

    Name Description
    Clip

    The image should be clipped to the available space.

    Default

    The default behavior, which is the same as Fit within a Chart and Repeat elsewhere.

    Fit

    The image should stretch to fill the space.

    Repeat

    The image should repeat both horizontally and vertically to fill the space.

    RepeatX

    The image should repeat horizontally to fill the space.

    RepeatY

    The image should repeat vertically to fill the space.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved