Gets or sets a value indicating whether to display context menu when the user taps and holds over an item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool ShowContextMenu { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowContextMenu As Boolean |
true to display context menu, or false otherwise.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |