DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImageFusion Class / SynchonisePlanes Property






In This Topic
    SynchonisePlanes Property
    In This Topic
    If true, then the images in ImageCollection are automatically adjusted to match the first of the collection at display time.
    Syntax
    'Declaration
     
    
    Public Property SynchonisePlanes As System.Boolean
    'Usage
     
    
    Dim instance As DicomImageFusion
    Dim value As System.Boolean
     
    instance.SynchonisePlanes = value
     
    value = instance.SynchonisePlanes
    public System.bool SynchonisePlanes {get; set;}
    public read-write property SynchonisePlanes: System.Boolean; 
    public function get,set SynchonisePlanes : System.boolean
    public: __property System.bool get_SynchonisePlanes();
    public: __property void set_SynchonisePlanes( 
       System.bool value
    );
    public:
    property System.bool SynchonisePlanes {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also