Search
Palette.AddCategory Method
See Also
 





Adds a new category to the palette.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public PaletteItem AddCategory (
    string title,
    string imageUrl = ""
)

Visual Basic  Copy Code

Public Function AddCategory( _
    title As String, _
    Optional imageUrl As String = "" _
) As PaletteItem

 Parameters

title

The title text of the category.

imageUrl
Optional.

The URL of an image to be displayed in the category header.

 Return Value

 See Also