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




In This Topic
    ImGearRectangleZoomSettings Class
    In This Topic
    This class represents the settings for the rectangle zoom mouse tool.
    Object Model
    ImGearRectangleZoomSettings Class
    Syntax
    'Declaration
     
    <StyleTypedPropertyAttribute(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ImGearRectangleZoomSettings 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ImGearRectangleZoomSettings
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ImGearRectangleZoomSettings : System.Windows.DependencyObject 
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc class ImGearRectangleZoomSettings : public System.Windows.DependencyObject 
    [StyleTypedProperty(Property="SelectionStyle", StyleTargetType=System.Windows.Shapes.Rectangle)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class ImGearRectangleZoomSettings : public System.Windows.DependencyObject 
    Inheritance Hierarchy

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

    See Also