Gets or sets a value indicating whether users are allowed to resize table rows.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AllowResizeRows { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowResizeRows As Boolean |
true to let users resize rows, or false otherwise. The default value is false.
RemarksA row can be resized by dragging its bottom border.
See Also