←Select platform

DisplaySetScrollingGroup Property

Summary

Gets or sets a list of DisplaySetNumber that are scrolled together.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.DisplaySetScrollingGroup)] 
public List<int> DisplaySetScrollingGroup { get; set; } 
public:  
   [ElementAttribute(7471634),  
   DataMemberAttribute] 
   property System::Collections::Generic::List<int>^ DisplaySetScrollingGroup 
   { 
      System::Collections::Generic::List<int>^ get() 
      void set(System::Collections::Generic::List<int>^ value) 
   } 

Property Value

A list of DisplaySetNumber that are scrolled together.

Remarks

Each number in this list specifies a DisplaySetNumber. The entire list of display sets are scrolled together synchronously.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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