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