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 |
Description |
System.Windows.DependencyProperty |
|
ContentBackgroundProperty
Declaration
public static readonly DependencyProperty ContentBackgroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsPanEnabledProperty
Declaration
public static readonly DependencyProperty IsPanEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsZoomInEnabledProperty
Declaration
public static readonly DependencyProperty IsZoomInEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsZoomOutEnabledProperty
Declaration
public static readonly DependencyProperty IsZoomOutEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsZoomResetEnabledProperty
Declaration
public static readonly DependencyProperty IsZoomResetEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
IsZoomToEnabledProperty
Declaration
public static readonly DependencyProperty IsZoomToEnabledProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
MaximumZoomProperty
Declaration
public static readonly DependencyProperty MaximumZoomProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
MinimumZoomProperty
Declaration
public static readonly DependencyProperty MinimumZoomProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
OverviewSourceAncestorProperty
Declaration
public static readonly DependencyProperty OverviewSourceAncestorProperty
Field Value
Type |
Description |
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 |
Description |
System.Windows.DependencyProperty |
|
ViewPortBrushProperty
Declaration
public static readonly DependencyProperty ViewPortBrushProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ZoomFactorProperty
Declaration
public static readonly DependencyProperty ZoomFactorProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ZoomInProperty
Declaration
public static readonly DependencyProperty ZoomInProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ZoomModeProperty
Declaration
public static readonly DependencyProperty ZoomModeProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ZoomOutProperty
Declaration
public static readonly DependencyProperty ZoomOutProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ZoomResetProperty
Declaration
public static readonly DependencyProperty ZoomResetProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ZoomToProperty
Declaration
public static readonly DependencyProperty ZoomToProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
AllowResize
Declaration
public bool AllowResize { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ContentBackground
Declaration
public Brush ContentBackground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
IsPanEnabled
Declaration
public bool IsPanEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsZoomInEnabled
Declaration
public bool IsZoomInEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsZoomOutEnabled
Declaration
public bool IsZoomOutEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsZoomResetEnabled
Declaration
public bool IsZoomResetEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsZoomToEnabled
Declaration
public bool IsZoomToEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaximumZoom
Declaration
public double MaximumZoom { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinimumZoom
Declaration
public double MinimumZoom { get; set; }
Property Value
Type |
Description |
System.Double |
|
OverviewSourceAncestor
Declaration
public DependencyObject OverviewSourceAncestor { get; set; }
Property Value
Type |
Description |
System.Windows.DependencyObject |
|
Scale
Declaration
public double Scale { get; set; }
Property Value
Type |
Description |
System.Double |
|
ViewPortBrush
Declaration
public Brush ViewPortBrush { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ZoomFactor
Declaration
public double ZoomFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZoomIn
Declaration
public ICommand ZoomIn { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
ZoomMode
Declaration
public ZoomMode ZoomMode { get; set; }
Property Value
ZoomOut
Declaration
public ICommand ZoomOut { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
ZoomReset
Declaration
public ICommand ZoomReset { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
ZoomTo
Declaration
public ICommand ZoomTo { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()