Gets or sets the identifiers of all shapes available in the toolbar.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public string[] Shapes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Shapes As String() |
An array of string identifiers. The default value is null (Nothing in Visual Basic).
RemarksThe shape identifiers should be the same ones used with Shape objects. The 87 stock shapes and their identifiers are listed in the table of predefined shapes here. If there are not any shapes assigned to this property, the toolbar displays all available shapes.
See Also