Class SymbolGroupProvider
Represents an arrangement of the SymbolGroups in Stencil.
Inheritance
System.Object
SymbolGroupProvider
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SymbolGroupProvider : Object
Constructors
SymbolGroupProvider()
Declaration
public SymbolGroupProvider()
Properties
Header
Gets or sets the symbol group header
Declaration
public Func<object, object> Header { get; set; }
Property Value
Type |
---|
System.Func<System.Object, System.Object> |
MappingName
Gets or sets a key to create and arrange the Symbol Groups in stencil.
Declaration
public string MappingName { get; set; }
Property Value
Type |
---|
System.String |