DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / SetAutoSizeMode Method






    SetAutoSizeMode Method (DicomViewer)
    Syntax
    'Declaration
     
    
    Protected Sub SetAutoSizeMode( _
       ByVal mode As System.Windows.Forms.AutoSizeMode _
    ) 
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim mode As System.Windows.Forms.AutoSizeMode
     
    instance.SetAutoSizeMode(mode)

    Parameters

    mode
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also