Gets or sets the value of the "Horizontal Alignment" element (0070,0242) under one of the items under the "Text Style Sequence" (0070,0231) in the "Graphic Annotation Module".
public DicomAnnotationHorizontalAlignmentType HorizontalAlign { get; set; }
Public Property HorizontalAlign As Leadtools.Dicom.DicomAnnotationHorizontalAlignmentType
public Leadtools.Dicom.DicomAnnotationHorizontalAlignmentType HorizontalAlign {get; set;}
<br/>get_HorizontalAlign();<br/>set_HorizontalAlign(value);<br/>Object.defineProperty('HorizontalAlign');
public:
property Leadtools.Dicom.DicomAnnotationHorizontalAlignmentType HorizontalAlign {
Leadtools.Dicom.DicomAnnotationHorizontalAlignmentType get();
void set ( Leadtools.Dicom.DicomAnnotationHorizontalAlignmentType value);
}
The value of the "Horizontal Alignment" element (0070,0242) under one of the items under the "Text Style Sequence" (0070,0231) in the "Graphic Annotation Module".
This element is optional. To not include this element when writing, set to None. When reading, None indicates that this element is not present.
For an example, refer to CreateCompoundGraphic.
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