←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly