Search
Palette.ExpandCategory Method (String)
See Also
 





Expands the category with the specified title.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void ExpandCategory (
    string title
)

Visual Basic  Copy Code

Public Sub ExpandCategory( _
    title As String _
)

 Parameters

title

The title of the category to expand.

 See Also