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



CellSpacing Property
Sets the gap between images
Syntax
public short CellSpacing {get; set;}
public:
property short CellSpacing {
   short get();
   void set (    short value);
}
'Declaration
 
Public Property CellSpacing As Short
 
'Usage
 
Dim instance As DicomViewer
Dim value As Short
 
instance.CellSpacing = value
 
value = instance.CellSpacing
Remarks

The area available for display in a DicomViewer is divided into a number of image �cells� according to the values of MultiRows and MultiColumns and the number of pixels specified by this property is effectively �removed� from the display area before rendering the image, giving a gap between images. This property, unlike EdgeBorder does not apply at the edges of the viewer

The default value is 0.

See also Border for another variation.
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also