Search
ShapeToolBar.Shapes Property
See Also
 





Gets or sets the identifiers of all shapes available in the toolbar.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public string[] Shapes { get; set; }

Visual Basic  Copy Code

Public Property Shapes As String()

 Property Value

An array of string identifiers. The default value is null (Nothing in Visual Basic).

 Remarks

The 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