DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / AutoScrollOffset Property






    AutoScrollOffset Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DefaultValueAttribute(System.Drawing.Point, "0, 0")>
    Public Overridable Property AutoScrollOffset As System.Drawing.Point
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Drawing.Point
     
    instance.AutoScrollOffset = value
     
    value = instance.AutoScrollOffset
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also