[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.ZoomView

ZoomView Class

Represents a zoomable and scrollable view.

Namespace: GrapeCity.ActiveReports.Viewer.Wpf.View
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
[TemplatePart(Name = "Grid", Type = typeof(Grid))]
[TemplatePart(Name = "Presenter", Type = typeof(ContentPresenter))]
[TemplatePart(Name = "ScrollView", Type = typeof(ScrollViewer))]
public sealed class ZoomView : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
ZoomView()

Initializes a new instance of the ZoomView class.

Fields

Name Description
ApplyTemplate

The apply template event.

ApplyTransform

The apply transform event.

HorizontalPaddingProperty

Identifies the HorizontalPadding dependency property.

IsUIEnabledProperty

Identifies the IsUIEnabled dependency property.

ItemSizeProperty

Identifies the ItemSize dependency property.

ScrollbarEnabledProperty

Identifies the ScrollbarEnabled dependency property.

VerticalPaddingProperty

Identifies the VerticalPadding dependency property.

ZoomModeProperty

Identifies the ZoomMode dependency property.

ZoomProperty

Identifies the Zoom dependency property.

Properties

Name Description
HorizontalPadding

Gets or sets the horizontal padding that is not zoomable.

IsUIEnabled

Gets or sets a value indicating whether the UI is enabled.

ItemSize

Gets or sets the zoomable size of the item.

ScrollbarEnabled

Gets or sets a value indicating whether the scrollbars are enabled.

VerticalPadding

Gets or sets the vertical padding that is not zoomable.

Zoom

Gets or sets the zoom value for Free zoom mode.

ZoomMode

Gets or sets the current zoom mode.

Methods

Name Description
OnApplyTemplate()

Initializes ZoomView.