menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum OverviewConstraints - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DiagramExtensions.Add(OverviewConstraints[])
    DiagramExtensions.Remove(OverviewConstraints[])
    DiagramExtensions.Toggle(OverviewConstraints[])
    DiagramExtensions.Contains(OverviewConstraints)
    DiagramExtensions.ContainsAll(OverviewConstraints)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved