Gets a value indicating whether the collection is read-only.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public bool IsReadOnly { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property IsReadOnly As Boolean |
true if the collection is read-only, otherwise false.
A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |