←Select platform

SynchronizedScrollingSequence Property

Summary

Gets or sets the Hanging Protocol Synchronized Scrolling Sequence (Optional)

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.SynchronizedScrollingSequence)] 
public List<SynchronizedScrolling> SynchronizedScrollingSequence { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7471632)>  
Public Property SynchronizedScrollingSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.SynchronizedScrolling) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7471632)] 
   property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SynchronizedScrolling^>^ SynchronizedScrollingSequence 
   { 
      System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SynchronizedScrolling^>^ get() 
      void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::SynchronizedScrolling^>^ value) 
   } 

Property Value

A list of SynchronizedScrolling objects that represent the Hanging Protocol Synchronized Scrolling Sequence.

Remarks

Each item in this list identifies a group of display sets that will scroll in unison (i.e. synchronized scrolling). For more information, SynchronizedScrolling

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly