This class provides a user interface element to use in XAML. It takes an ImGearPageDisplay
Class object and renders it, allowing for options to scroll, zoom, and other methods of
manipulating the display of an image.
Object Model
Syntax
'Declaration
<TemplatePartAttribute(Name="CanvasElement", Type=System.Windows.Controls.Canvas)>
<RuntimeNamePropertyAttribute("Name")>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
Public Class PageView
Inherits System.Windows.Controls.Control
Implements ImageGear.Display.IImGearScrollableView, IImGearCommandManager
'Usage
Dim instance As PageView
[TemplatePart(Name="CanvasElement", Type=System.Windows.Controls.Canvas)]
[RuntimeNameProperty("Name")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public class PageView : System.Windows.Controls.Control, ImageGear.Display.IImGearScrollableView, IImGearCommandManager
[TemplatePart(Name="CanvasElement", Type=System.Windows.Controls.Canvas)]
[RuntimeNameProperty("Name")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public __gc class PageView : public System.Windows.Controls.Control, ImageGear.Display.IImGearScrollableView, IImGearCommandManager
[TemplatePart(Name="CanvasElement", Type=System.Windows.Controls.Canvas)]
[RuntimeNameProperty("Name")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
public ref class PageView : public System.Windows.Controls.Control, ImageGear.Display.IImGearScrollableView, IImGearCommandManager
Inheritance Hierarchy
See Also