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
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class StencilCategory : Object
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 |