menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Overview - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Overview

    Represents the class for overview control.

    Inheritance
    System.Object
    Overview
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class Overview : Control, IOverviewPanel

    Constructors

    Overview()

    Declaration
    public Overview()

    Fields

    AllowResizeProperty

    Declaration
    public static readonly DependencyProperty AllowResizeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ContentBackgroundProperty

    Declaration
    public static readonly DependencyProperty ContentBackgroundProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsPanEnabledProperty

    Declaration
    public static readonly DependencyProperty IsPanEnabledProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsZoomInEnabledProperty

    Declaration
    public static readonly DependencyProperty IsZoomInEnabledProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsZoomOutEnabledProperty

    Declaration
    public static readonly DependencyProperty IsZoomOutEnabledProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsZoomResetEnabledProperty

    Declaration
    public static readonly DependencyProperty IsZoomResetEnabledProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsZoomToEnabledProperty

    Declaration
    public static readonly DependencyProperty IsZoomToEnabledProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MaximumZoomProperty

    Declaration
    public static readonly DependencyProperty MaximumZoomProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    MinimumZoomProperty

    Declaration
    public static readonly DependencyProperty MinimumZoomProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    OverviewSourceAncestorProperty

    Declaration
    public static readonly DependencyProperty OverviewSourceAncestorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ScaleProperty

    // Using a DependencyProperty as the backing store for Scale. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ScaleProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ViewPortBrushProperty

    Declaration
    public static readonly DependencyProperty ViewPortBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ZoomFactorProperty

    Declaration
    public static readonly DependencyProperty ZoomFactorProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ZoomInProperty

    Declaration
    public static readonly DependencyProperty ZoomInProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ZoomModeProperty

    Declaration
    public static readonly DependencyProperty ZoomModeProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ZoomOutProperty

    Declaration
    public static readonly DependencyProperty ZoomOutProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ZoomResetProperty

    Declaration
    public static readonly DependencyProperty ZoomResetProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ZoomToProperty

    Declaration
    public static readonly DependencyProperty ZoomToProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    AllowResize

    Declaration
    public bool AllowResize { get; set; }
    Property Value
    Type
    System.Boolean

    ContentBackground

    Declaration
    public Brush ContentBackground { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    IsPanEnabled

    Declaration
    public bool IsPanEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsZoomInEnabled

    Declaration
    public bool IsZoomInEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsZoomOutEnabled

    Declaration
    public bool IsZoomOutEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsZoomResetEnabled

    Declaration
    public bool IsZoomResetEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    IsZoomToEnabled

    Declaration
    public bool IsZoomToEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    MaximumZoom

    Declaration
    public double MaximumZoom { get; set; }
    Property Value
    Type
    System.Double

    MinimumZoom

    Declaration
    public double MinimumZoom { get; set; }
    Property Value
    Type
    System.Double

    OverviewSourceAncestor

    Declaration
    public DependencyObject OverviewSourceAncestor { get; set; }
    Property Value
    Type
    System.Windows.DependencyObject

    Scale

    Declaration
    public double Scale { get; set; }
    Property Value
    Type
    System.Double

    ViewPortBrush

    Declaration
    public Brush ViewPortBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    ZoomFactor

    Declaration
    public double ZoomFactor { get; set; }
    Property Value
    Type
    System.Double

    ZoomIn

    Declaration
    public ICommand ZoomIn { get; set; }
    Property Value
    Type
    System.Windows.Input.ICommand

    ZoomMode

    Declaration
    public ZoomMode ZoomMode { get; set; }
    Property Value
    Type
    ZoomMode

    ZoomOut

    Declaration
    public ICommand ZoomOut { get; set; }
    Property Value
    Type
    System.Windows.Input.ICommand

    ZoomReset

    Declaration
    public ICommand ZoomReset { get; set; }
    Property Value
    Type
    System.Windows.Input.ICommand

    ZoomTo

    Declaration
    public ICommand ZoomTo { get; set; }
    Property Value
    Type
    System.Windows.Input.ICommand

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved