VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewerState Class / AutoScrollSize Property
Syntax Requirements SeeAlso
In This Topic
    AutoScrollSize Property (WpfImageViewerState)
    In This Topic
    Gets the size of the auto-scroll.
    Syntax
    'Declaration
    
    Public ReadOnly Property AutoScrollSize As System.Windows.Size
    
    
    public System.Windows.Size AutoScrollSize { get; }
    
    
    public: __property System.Windows.Size* get_AutoScrollSize();
    
    
    
    public:
    property System.Windows.Size^ AutoScrollSize { System.Windows.Size^ get(); }
    Requirements

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

    See Also