←Select platform

ImageBoxLayoutType Property

Summary

Type of layout the image box is using.

Syntax

C#
VB
C++
[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) 
   } 

Property Value

Type of layout of the image box is using.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly