Class ShadingPatternDictionary
Represents the post script shading pattern dictionary.
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 ShadingPatternDictionary : PostScriptDictionary
Constructors
ShadingPatternDictionary(String)
Initializes a new instance of the ShadingPatternDictionary class.
Declaration
public ShadingPatternDictionary(string shading)
Parameters
Type | Name | Description |
---|---|---|
System.String | shading | The shading. |
Properties
Name
Gets the name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |