menu

WPF

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

    Show / Hide Table of Contents

    Class StencilCategory

    Represent the class to hold the name of the shape category and header name of the shapes collection of symbols.

    Inheritance
    System.Object
    StencilCategory
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class StencilCategory

    Constructors

    StencilCategory()

    Declaration
    public StencilCategory()

    Properties

    Keys

    Gets or sets the stencil category source key name.

    Declaration
    public IEnumerable<string> Keys { get; set; }
    Property Value
    Type
    System.Collections.Generic.IEnumerable<System.String>

    Title

    Gets or sets the header title of the symbol category.

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved