←Select platform

DisplaySetHorizontalJustification Property

Summary

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

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

Property Value

The Display Set Horizontal Justification.

Remarks

The DisplaySetHorizontalJustification specifies the direction that the image is horizontally justified (Left, Center, or Right).

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.