←Select platform

DisplaySetVerticalJustification Property

Summary

Gets or sets the Display Set Vertical Justification (Optional).

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.DisplaySetVerticalJustification)] 
public Nullable<VerticalJustification> DisplaySetVerticalJustification { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7472920)>  
Public Property DisplaySetVerticalJustification() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.VerticalJustification) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7472920)] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::VerticalJustification^> DisplaySetVerticalJustification 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::VerticalJustification^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::VerticalJustification^> value) 
   } 

Property Value

The Display Set Vertical Justification.

Remarks

The DisplaySetVerticalJustification specifies the direction that the image is vertically justified (Top, Center, or Bottom ).

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