menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGradientBrush - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearGradientBrush

    Inheritance
    System.Object
    LinearGradientBrush
    Namespace: Syncfusion.XPS
    Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
    Syntax
    public class LinearGradientBrush : Object

    Constructors

    LinearGradientBrush()

    Initialise the new instance of the Linear gradient brush.

    Declaration
    public LinearGradientBrush()

    Properties

    ColorInterpolationMode

    Declaration
    public ClrIntMode ColorInterpolationMode { get; set; }
    Property Value
    Type
    ClrIntMode

    EndPoint

    Declaration
    public string EndPoint { get; set; }
    Property Value
    Type
    System.String

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type
    System.String

    LinearGradientBrushGradientStops

    Declaration
    public GradientStop[] LinearGradientBrushGradientStops { get; set; }
    Property Value
    Type
    GradientStop[]

    LinearGradientBrushTransform

    Declaration
    public Transform LinearGradientBrushTransform { get; set; }
    Property Value
    Type
    Transform

    MappingMode

    Declaration
    public MappingMode MappingMode { get; set; }
    Property Value
    Type
    MappingMode

    Opacity

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type
    System.Double

    SpreadMethod

    Declaration
    public SpreadMethod SpreadMethod { get; set; }
    Property Value
    Type
    SpreadMethod

    StartPoint

    Declaration
    public string StartPoint { get; set; }
    Property Value
    Type
    System.String

    Transform

    Declaration
    public string Transform { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved