←Select platform

DisplaySetVerticalJustification Property

Summary

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

Syntax
C#
VB
C++
[Element(DicomTag.DisplaySetVerticalJustification)] 
[DataMemberAttribute()] 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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