DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / MultiRows Property



In This Topic
    MultiRows Property
    In This Topic
    MultiRows and MultiColumns control the layout of images within the control.
    Syntax
    'Declaration
     
    
    Public Property MultiRows As Short
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As Short
     
    instance.MultiRows = value
     
    value = instance.MultiRows
    public short MultiRows {get; set;}
    public:
    property short MultiRows {
       short get();
       void set (    short value);
    }
    Remarks

    If MultiRows or %MultiColumns:MultiColumns" is greater than 1, then the display area is sub-divided into a matrix of equally sized cells, each displaying an image.

    Positioning of the individual images is the responsibility of the container, by use of the image's Scroll property.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also