[]
Represents a view item for multi-page display.
[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
Name | Description |
---|---|
MultiPagePageView() | Initializes a new instance of the MultiPagePageView class. |
Name | Description |
---|---|
PaperBrushProperty | Identifies the PaperBrush dependency property. |
ZoomProperty | Identifies the Zoom dependency property. |
Name | Description |
---|---|
PaperBrush | Gets or sets the color of the paper. |
RenderContext | Gets the render context. |
Zoom | Gets or sets the zoom value. |
Name | Description |
---|---|
OnApplyTemplate() | Initializes the multi-page view. |
OnPreviewMouseDown(MouseButtonEventArgs) |