alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    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()
    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 - 2026 Syncfusion Inc. All Rights Reserved