Skip to main content
A newer version of this page is available. .

DiagramControl.ShowSelectionRectangle Property

Gets or sets whether to show the selection rectangle. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

[Browsable(false)]
public bool ShowSelectionRectangle { get; set; }

Property Value

Type Description
Boolean

true to show the selection rectangle; otherwise, false.

Remarks

If the ShowSelectionRectangle property is set to false, end-users cannot select items on the canvas using the selection rectangle.

The DiagramControl.SelectPartiallyCoveredItems property specifies whether to select items that are only partially covered with the selection rectangle.

See Also