WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverviewContentHolder

    Show / Hide Table of Contents

    Class OverviewContentHolder

    Represents the class for content holder of the overview control.

    Inheritance
    System.Object
    OverviewContentHolder
    Implements
    System.Windows.Controls.Primitives.IScrollInfo
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class OverviewContentHolder : Control, IOverviewPanel, IScrollInfo

    Constructors

    OverviewContentHolder()

    Declaration
    public OverviewContentHolder()

    Fields

    AllowResizeProperty

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

    AnimationEnabledProperty

    Declaration
    public static readonly DependencyProperty AnimationEnabledProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ContentProperty

    Declaration
    public static readonly DependencyProperty ContentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    EnableFitToPageProperty

    Declaration
    public static readonly DependencyProperty EnableFitToPageProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ExtraPanningEvent

    ExtraPanningEvent Routed event.

    Declaration
    public static readonly RoutedEvent ExtraPanningEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    FitToPageEvent

    FitToPage Routed event.

    Declaration
    public static readonly RoutedEvent FitToPageEvent
    Field Value
    Type Description
    System.Windows.RoutedEvent

    IsPanEnabledProperty

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

    IsZoomEnabledProperty

    Declaration
    public static readonly DependencyProperty IsZoomEnabledProperty
    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

    OriginProperty

    Declaration
    public static readonly DependencyProperty OriginProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    PageBackgroundProperty

    Declaration
    public static readonly DependencyProperty PageBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ScaleProperty

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

    ZoomFactorProperty

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

    ZoomInGestureProperty

    Declaration
    public static readonly DependencyProperty ZoomInGestureProperty
    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

    ZoomOutGestureProperty

    Declaration
    public static readonly DependencyProperty ZoomOutGestureProperty
    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

    AnimationEnabled

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

    CanHorizontallyScroll

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

    CanVerticallyScroll

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

    Content

    Declaration
    public UIElement Content { get; set; }
    Property Value
    Type Description
    System.Windows.UIElement

    EnableFitToPage

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

    ExtentHeight

    Declaration
    public double ExtentHeight { get; }
    Property Value
    Type Description
    System.Double

    ExtentWidth

    Declaration
    public double ExtentWidth { get; }
    Property Value
    Type Description
    System.Double

    HorizontalOffset

    Declaration
    public double HorizontalOffset { get; }
    Property Value
    Type Description
    System.Double

    IsPanEnabled

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

    IsZoomEnabled

    Declaration
    public bool IsZoomEnabled { 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

    PageBackground

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

    Scale

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

    ScrollOwner

    Declaration
    public ScrollViewer ScrollOwner { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.ScrollViewer

    VerticalOffset

    Declaration
    public double VerticalOffset { get; }
    Property Value
    Type Description
    System.Double

    ViewportHeight

    Declaration
    public double ViewportHeight { get; }
    Property Value
    Type Description
    System.Double

    ViewportWidth

    Declaration
    public double ViewportWidth { get; }
    Property Value
    Type Description
    System.Double

    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

    ZoomInGesture

    Declaration
    public ZoomGesture ZoomInGesture { get; set; }
    Property Value
    Type Description
    ZoomGesture

    ZoomMode

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

    ZoomOut

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

    ZoomOutGesture

    Declaration
    public ZoomGesture ZoomOutGesture { get; set; }
    Property Value
    Type Description
    ZoomGesture

    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

    ArrangeOverride(Size)

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize
    Returns
    Type Description
    System.Windows.Size

    FitToPage()

    Declaration
    public void FitToPage()

    GetOrigin(DependencyObject)

    Declaration
    public static Point GetOrigin(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type Description
    System.Windows.Point

    LineDown()

    Declaration
    public void LineDown()

    LineLeft()

    Declaration
    public void LineLeft()

    LineRight()

    Declaration
    public void LineRight()

    LineUp()

    Declaration
    public void LineUp()

    MakeVisible(Visual, Rect)

    Declaration
    public Rect MakeVisible(Visual visual, Rect rectangle)
    Parameters
    Type Name Description
    System.Windows.Media.Visual visual
    System.Windows.Rect rectangle
    Returns
    Type Description
    System.Windows.Rect

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize
    Returns
    Type Description
    System.Windows.Size

    MouseWheelDown()

    Declaration
    public void MouseWheelDown()

    MouseWheelLeft()

    Declaration
    public void MouseWheelLeft()

    MouseWheelRight()

    Declaration
    public void MouseWheelRight()

    MouseWheelUp()

    Declaration
    public void MouseWheelUp()

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    OnContentChanged(Object, Object)

    Declaration
    protected virtual void OnContentChanged(object oldContent, object newContent)
    Parameters
    Type Name Description
    System.Object oldContent
    System.Object newContent

    OnMouseLeftButtonDown(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseLeftButtonUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseMove(MouseEventArgs)

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseEventArgs e

    OnMouseRightButtonUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseRightButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnMouseWheel(MouseWheelEventArgs)

    Declaration
    protected override void OnMouseWheel(MouseWheelEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseWheelEventArgs e

    PageDown()

    Declaration
    public void PageDown()

    PageLeft()

    Declaration
    public void PageLeft()

    PageRight()

    Declaration
    public void PageRight()

    PageUp()

    Declaration
    public void PageUp()

    SetHorizontalOffset(Double)

    Declaration
    public void SetHorizontalOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    SetOrigin(DependencyObject, Point)

    Declaration
    public static void SetOrigin(DependencyObject obj, Point value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    System.Windows.Point value

    SetVerticalOffset(Double)

    Declaration
    public void SetVerticalOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    Events

    ExtraPanning

    Declaration
    public event OverviewContentHolder.ExtraPanningEventEventHandler ExtraPanning
    Event Type
    Type Description
    OverviewContentHolder.ExtraPanningEventEventHandler

    UpdateFitToPage

    Declaration
    public event OverviewContentHolder.OverviewFitPageEventHandler UpdateFitToPage
    Event Type
    Type Description
    OverviewContentHolder.OverviewFitPageEventHandler

    Implements

    System.Windows.Controls.Primitives.IScrollInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved