DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / Cellspacing Property



In This Topic
    Cellspacing Property
    In This Topic
    Sets the gap between images
    Syntax
    'Declaration
     
    
    Public Property Cellspacing As Short
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As Short
     
    instance.Cellspacing = value
     
    value = instance.Cellspacing
    public short Cellspacing {get; set;}
    public:
    property short Cellspacing {
       short get();
       void set (    short value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also