Search
Palette.Columns Property
See Also
 





Gets or sets the number of columns.

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

 Syntax

C#  Copy Code

public int Columns { get; set; }

Visual Basic  Copy Code

Public Property Columns As Integer

 Property Value

An integer value specifying the number of columns. The default value is 1.

 See Also