Gets or sets whether diagram elements can still be selected in read-only mode. The default is false. This is a dependency property.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool ReadOnlyCanSelect { get; set; }
Visual Basic (Declaration)
Public Property ReadOnlyCanSelect As Boolean

Remarks

Dependency Property Information
Identifier fieldReadOnlyCanSelectProperty
Metadata properties set to trueNone

See Also