VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewerBase Class / AutoScrollMinSizeEx Property
Syntax Requirements SeeAlso
In This Topic
    AutoScrollMinSizeEx Property (WpfImageViewerBase)
    In This Topic
    Gets or sets the minimum size of the auto-scroll.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property AutoScrollMinSizeEx As System.Windows.Size
    
    
    [Browsable(False)]
    public System.Windows.Size AutoScrollMinSizeEx { get; set; }
    
    
    [Browsable(False)]
    public: __property System.Windows.Size* get_AutoScrollMinSizeEx();
    public: __property void set_AutoScrollMinSizeEx(
    System.Windows.Size* value
    );
    [Browsable(False)]
    public:
    property System.Windows.Size^ AutoScrollMinSizeEx { System.Windows.Size^ get(); void set(System.Windows.Size^ value); }
    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