In This Topic
MultiRows and
MultiColumns control the layout of images within the control.
Syntax
'Declaration
Public Property MultiRows As System.Short
'Usage
Dim instance As DicomViewer
Dim value As System.Short
instance.MultiRows = value
value = instance.MultiRows
public System.short MultiRows {get; set;}
public read-write property MultiRows: System.Int16;
public function get,set MultiRows : System.short
public: __property System.short get_MultiRows();
public: __property void set_MultiRows(
System.short value
);
public:
property System.short MultiRows {
System.short get();
void set ( System.short value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also