menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialShadingDictionary - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RadialShadingDictionary

    Represents the post scripf radial shading dictionary.

    Inheritance
    System.Object
    PostScriptDictionary
    RadialShadingDictionary
    Inherited Members
    PostScriptDictionary.GetHashCode()
    PostScriptDictionary.SetNum(Int32)
    PostScriptDictionary.ToPostScriptString()
    PostScriptDictionary.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Chart.PostScript
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class RadialShadingDictionary : PostScriptDictionary

    Constructors

    RadialShadingDictionary(PointF, Single, PointF, Single, String)

    Creates instance of the RadialShadingDictionary.

    Declaration
    public RadialShadingDictionary(PointF point1, float r1, PointF point2, float r2, string funcName)
    Parameters
    Type Name Description
    System.Drawing.PointF point1
    System.Single r1
    System.Drawing.PointF point2
    System.Single r2
    System.String funcName

    Properties

    Name

    Overridden.

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