SynchonisePlanes Property
If true, then the images in
ImageCollection are automatically adjusted to match the first of the collection at display time.
public bool SynchonisePlanes {get; set;}
public:
property bool SynchonisePlanes {
bool get();
void set ( bool value);
}
'Declaration
Public Property SynchonisePlanes As Boolean
'Usage
Dim instance As DicomImageFusion
Dim value As Boolean
instance.SynchonisePlanes = value
value = instance.SynchonisePlanes
Target Platforms: .NET CLR 4.0 or higher