In This Topic
Sets the gap between images
Syntax
'Declaration
Public Property CellSpacing As System.Short
'Usage
Dim instance As DicomViewer
Dim value As System.Short
instance.CellSpacing = value
value = instance.CellSpacing
public System.short CellSpacing {get; set;}
public read-write property CellSpacing: System.Int16;
public function get,set CellSpacing : System.short
public: __property System.short get_CellSpacing();
public: __property void set_CellSpacing(
System.short value
);
public:
property System.short CellSpacing {
System.short get();
void set ( System.short value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also