Gets or sets the number of columns.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public int Columns { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Columns As Integer |
An integer value specifying the number of columns. The default value is 1.
See Also