ASP.NET Core

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

    Show / Hide Table of Contents

    Enum BackgroundGradientTypes

    Specifies the type of background gradient to for a ScaleRange.

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

    Fields

    Name Description
    Center

    Specifies a gradient that spreads out from the center.

    Default

    Specifies the default gradient.

    DiagonalLeft

    Specifies a gradient from top left to bottom right.

    DiagonalRight

    Specifies a gradient from top right to bottom left.

    HorizontalCenter

    Specifies a gradient from center to left and right.

    LeftRight

    Specifies a gradient from left to right.

    None

    Specifies that the gradient is disabled.

    StartToEnd

    Specifies a gradient from the start of the range to the end of the range.

    TopBottom

    Specifies a gradient from top to bottom.

    VerticalCenter

    Specifies a gradient from center to top and bottom.

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