Class OverviewConstraints
Enables or disables the defalut behaviors of the Overview.
Inheritance
System.Object
OverviewConstraints
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class OverviewConstraints : Enum
Fields
Default
Enables or disables the default behaviors for Overview.
Declaration
public const OverviewConstraints Default
Field Value
Type |
---|
OverviewConstraints |
DrawFocus
Panning the viewport focus to specific region by draw on the overview
Declaration
public const OverviewConstraints DrawFocus
Field Value
Type |
---|
OverviewConstraints |
None
Diables all the behaviors for Overview.
Declaration
public const OverviewConstraints None
Field Value
Type |
---|
OverviewConstraints |
Pan
Enables or disables panning for overview area.
Declaration
public const OverviewConstraints Pan
Field Value
Type |
---|
OverviewConstraints |
TapFocus
Panning the viewport focus to specific region by tap on the overview
Declaration
public const OverviewConstraints TapFocus
Field Value
Type |
---|
OverviewConstraints |
Zoom
Enables or disables the Zoom for Overview.
Declaration
public const OverviewConstraints Zoom
Field Value
Type |
---|
OverviewConstraints |