VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / AutoScrollPosition Property
Syntax Requirements SeeAlso
In This Topic
    AutoScrollPosition Property (ImageViewerBase)
    In This Topic
    Gets or sets the location of the auto-scroll position.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(Hidden)>
    Public Shadows Property AutoScrollPosition As System.Drawing.Point
    
    
    [Browsable(False)]
    [DesignerSerializationVisibility(Hidden)]
    public new System.Drawing.Point AutoScrollPosition { get; set; }
    
    
    [Browsable(False)]
    [DesignerSerializationVisibility(Hidden)]
    public: __property new System.Drawing.Point* get_AutoScrollPosition();
    public: __property new void set_AutoScrollPosition(
    System.Drawing.Point* value
    );
    [Browsable(False)]
    [DesignerSerializationVisibility(Hidden)]
    public:
    new property System.Drawing.Point^ AutoScrollPosition { System.Drawing.Point^ get(); void set(System.Drawing.Point^ value); }

    Property Value

    A System.Drawing.Point that represents the auto-scroll position in pixels.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also