Class Overview
  
  Represents the class for overview control.
    Inheritance
    System.Object
    Overview
   
  
  Assembly: Syncfusion.Shared.WPF.dll
  Syntax
  
    public class Overview : Control, IOverviewPanel
   
  Constructors
  
  
  
  
  Overview()
  
  
  Declaration
  
  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
  
  
  
  
  ContentBackground
  
  
  Declaration
  
    public Brush ContentBackground { get; set; }
   
  Property Value
  
    
      
        | Type | 
    
    
      
        | System.Windows.Media.Brush | 
    
  
  
  
  
  IsPanEnabled
  
  
  Declaration
  
    public bool IsPanEnabled { get; set; }
   
  Property Value
  
  
  
  
  IsZoomInEnabled
  
  
  Declaration
  
    public bool IsZoomInEnabled { get; set; }
   
  Property Value
  
  
  
  
  IsZoomOutEnabled
  
  
  Declaration
  
    public bool IsZoomOutEnabled { get; set; }
   
  Property Value
  
  
  
  
  IsZoomResetEnabled
  
  
  Declaration
  
    public bool IsZoomResetEnabled { get; set; }
   
  Property Value
  
  
  
  
  IsZoomToEnabled
  
  
  Declaration
  
    public bool IsZoomToEnabled { get; set; }
   
  Property Value
  
  
  
  
  MaximumZoom
  
  
  Declaration
  
    public double MaximumZoom { get; set; }
   
  Property Value
  
  
  
  
  MinimumZoom
  
  
  Declaration
  
    public double MinimumZoom { get; set; }
   
  Property Value
  
  
  
  
  OverviewSourceAncestor
  
  
  Declaration
  
    public DependencyObject OverviewSourceAncestor { get; set; }
   
  Property Value
  
    
      
        | Type | 
    
    
      
        | System.Windows.DependencyObject | 
    
  
  
  
  
  Scale
  
  
  Declaration
  
    public double Scale { get; set; }
   
  Property Value
  
  
  
  
  ViewPortBrush
  
  
  Declaration
  
    public Brush ViewPortBrush { get; set; }
   
  Property Value
  
    
      
        | Type | 
    
    
      
        | System.Windows.Media.Brush | 
    
  
  
  
  
  ZoomFactor
  
  
  Declaration
  
    public double ZoomFactor { get; set; }
   
  Property Value
  
  
  
  
  ZoomIn
  
  
  Declaration
  
    public ICommand ZoomIn { get; set; }
   
  Property Value
  
    
      
        | Type | 
    
    
      
        | System.Windows.Input.ICommand | 
    
  
  
  
  
  ZoomMode
  
  
  Declaration
  
    public ZoomMode ZoomMode { get; set; }
   
  Property Value
  
  
  
  
  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()