C#
VB
C++
Type of layout the image box is using.
[Element(DicomTag.ImageBoxLayoutType)]
public Nullable<ImageBoxLayoutType> ImageBoxLayoutType { get; set; }
<ElementAttribute(New DicomTag.ImageBoxLayoutType())>
Public Property ImageBoxLayoutType() As Nullable(Of ImageBoxLayoutType)
Get
Set
public:
[ElementAttribute((gcnew DicomTag::ImageBoxLayoutType()))]
property Nullable<ImageBoxLayoutType^>^ ImageBoxLayoutType
{
Nullable<ImageBoxLayoutType^>^ get()
void set(Nullable<ImageBoxLayoutType^>^ value)
}
Type of layout of the image box is using.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET