ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class
Members




In This Topic
    PageView Class
    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
    PageView ClassImGearDisplayScaleSettings ClassImGearRectangle StructureImGearARTMark ClassImGearPresentationPageDisplay ClassImGearSize StructureScrollBarIncrement ClassScrollBarIncrement ClassImGearDisplayScaleSettings ClassImGearARTMark ClassImGearMouseToolSettings ClassImGearPage ClassScrollBarIncrement ClassScrollBarIncrement Class
    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.IImGearScrollableViewIImGearCommandManager 
    '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.IImGearScrollableViewIImGearCommandManager  
    [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.IImGearScrollableViewIImGearCommandManager  
    [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.IImGearScrollableViewIImGearCommandManager  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         ImageGear.Windows.Controls.PageView

    See Also