menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OXPSRadialGradientBrush

    Show / Hide Table of Contents

    Class OXPSRadialGradientBrush

    Inheritance
    System.Object
    OXPSRadialGradientBrush
    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 OXPSRadialGradientBrush

    Constructors

    OXPSRadialGradientBrush()

    Declaration
    public OXPSRadialGradientBrush()

    Properties

    Center

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

    ColorInterpolationMode

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

    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 OXPSMappingMode MappingMode { get; set; }
    Property Value
    Type Description
    OXPSMappingMode

    Opacity

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

    RadialGradientBrushGradientStops

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

    RadialGradientBrushTransform

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

    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 OXPSSpreadMethod SpreadMethod { get; set; }
    Property Value
    Type Description
    OXPSSpreadMethod

    Transform

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