DisplaySetScrollingGroup Property (original) (raw)
Syntax
[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.
Leadtools.Dicom.Common Assembly