←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(New DicomTag.SynchronizedScrollingSequence())>  
Public Property SynchronizedScrollingSequence() As List(Of SynchronizedScrolling) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::SynchronizedScrollingSequence()))] 
   property List<SynchronizedScrolling^>^ SynchronizedScrollingSequence 
   { 
      List<SynchronizedScrolling^>^ get() 
      void set(List<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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.