C#
VB
C++
Gets or sets the Display Set Horizontal Justification (Optional).
[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)
}
The Display Set Horizontal Justification.
The DisplaySetHorizontalJustification specifies the direction that the image is horizontally justified (Left, Center, or Right).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET