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




In This Topic
    ImGearMouseToolSettings Class
    In This Topic
    This class represents the mouse tool settings for the PageView control.
    Object Model
    ImGearMouseToolSettings ClassImGearAnnotationSettings ClassImGearHandPanSettings ClassImGearMagnifierSettings ClassImGearRectangleZoomSettings ClassImGearSelectSettings ClassImGearZoomInSettings ClassImGearZoomOutSettings Class
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ImGearMouseToolSettings 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ImGearMouseToolSettings
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ImGearMouseToolSettings : System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc class ImGearMouseToolSettings : public System.Windows.DependencyObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class ImGearMouseToolSettings : public System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             ImageGear.Windows.Controls.ImGearMouseToolSettings

    See Also