menu

WinForms

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

    Show / Hide Table of Contents

    Class ShadingPatternDictionary

    Represents the post script shading pattern dictionary.

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

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