ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialGradientBrush - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RadialGradientBrush

    Inheritance
    System.Object
    RadialGradientBrush
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XPS
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class RadialGradientBrush

    Constructors

    RadialGradientBrush()

    Initialise the new instance of the Radial gradient brush.

    Declaration
    public RadialGradientBrush()

    Properties

    Center

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

    ColorInterpolationMode

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

    GradientOrigin

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

    Key

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

    MappingMode

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

    Opacity

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

    RadialGradientBrushGradientStops

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

    RadialGradientBrushTransform

    Declaration
    public Transform RadialGradientBrushTransform { get; set; }
    Property Value
    Type Description
    Transform

    RadiusX

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

    RadiusY

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

    SpreadMethod

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

    Transform

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