menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StencilCategory - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
    Assembly: Syncfusion.SfDiagram.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved