←Select platform

SynchronizedScrollingSequence Property

Summary

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

Syntax
C#
VB
C++
[Element(DicomTag.SynchronizedScrollingSequence)] 
[DataMemberAttribute()] 
public List<SynchronizedScrolling> SynchronizedScrollingSequence { get; set; } 
<ElementAttribute(New DicomTag.SynchronizedScrollingSequence()),  
 DataMemberAttribute()>  
Public Property SynchronizedScrollingSequence() As List(Of SynchronizedScrolling) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::SynchronizedScrollingSequence())),  
   DataMemberAttribute] 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly