In This Topic
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)>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
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)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class PageView : System.Windows.Controls.Control, ImageGear.Display.IImGearScrollableView, IImGearCommandManager
[TemplatePart(Name="CanvasElement", Type=System.Windows.Controls.Canvas)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public __gc class PageView : public System.Windows.Controls.Control, ImageGear.Display.IImGearScrollableView, IImGearCommandManager
[TemplatePart(Name="CanvasElement", Type=System.Windows.Controls.Canvas)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public ref class PageView : public System.Windows.Controls.Control, ImageGear.Display.IImGearScrollableView, IImGearCommandManager
Inheritance Hierarchy
See Also