[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.MultiPagePageView

MultiPagePageView Class

Represents a view item for multi-page display.

Namespace: GrapeCity.ActiveReports.Viewer.Wpf.View
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
[TemplatePart(Name = "PageViewContent", Type = typeof(ContentControl))]
[TemplatePart(Name = "HighlightPage", Type = typeof(ContentControl))]
[TemplatePart(Name = "PageContainer", Type = typeof(Grid))]
public class MultiPagePageView : VirtualViewsControlItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
MultiPagePageView()

Initializes a new instance of the MultiPagePageView class.

Fields

Name Description
BackColorProperty

Identifies the BackColor dependency property.

ForeColorProperty

Identifies the ForeColor dependency property.

HighlightProperty

Identifies the Highlight dependency property.

PaperBrushProperty

Identifies the PaperBrush dependency property.

ZoomProperty

Identifies the Zoom dependency property.

Properties

Name Description
BackColor

Gets or sets the color.

ForeColor

Gets or sets the color.

Highlight

Gets or sets highlight model.

PaperBrush

Gets or sets the color of the paper.

RenderContext

Gets the render context.

Zoom

Gets or sets the zoom value.

Methods

Name Description
OnApplyTemplate()

Initializes the multi-page view.

OnPreviewMouseDown(MouseButtonEventArgs)