Enum OverviewConstraints
Enables or disables the defalut behaviors of the Overview.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum OverviewConstraints
Fields
| Name | Description |
|---|---|
| Default | Enables or disables the default behaviors for Overview. |
| DrawFocus | Panning the viewport focus to specific region by draw on the overview |
| None | Diables all the behaviors for Overview. |
| Pan | Enables or disables panning for overview area. |
| TapFocus | Panning the viewport focus to specific region by tap on the overview |
| Zoom | Enables or disables the Zoom for Overview. |