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