menu

WinForms

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

    Show / Hide Table of Contents

    Class LinearShadingDictionary

    Inheritance
    System.Object
    PostScriptDictionary
    LinearShadingDictionary
    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 LinearShadingDictionary : PostScriptDictionary

    Constructors

    LinearShadingDictionary(PointF, PointF, String)

    Initializes a new instance of the LinearShadingDictionary class.

    Declaration
    public LinearShadingDictionary(PointF point1, PointF point2, string funcName)
    Parameters
    Type Name Description
    System.Drawing.PointF point1

    The point1.

    System.Drawing.PointF point2

    The point2.

    System.String funcName

    Name of the func.

    Properties

    Name

    Gets the name.

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    System.String

    The name.

    Overrides
    PostScriptDictionary.Name
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved