Class LinearShadingDictionary
Inherited Members
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. |