DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / MultiColumns Property



In This Topic
    MultiColumns Property
    In This Topic
    MultiRows and MultiColumns control the layout of images within the control.
    Syntax
    'Declaration
     
    Public Property MultiColumns As Short
    'Usage
     
    Dim instance As DicomViewer
    Dim value As Short
     
    instance.MultiColumns = value
     
    value = instance.MultiColumns
    public short MultiColumns {get; set;}
    public:
    property short MultiColumns {
       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: .NET CLR 4.0 or higher

    See Also