Gets or sets the value of the "Vertical Alignment" element (0070,0243) under one of the items under the "Text Style Sequence" (0070,0231) in the "Graphic Annotation Module".
public DicomAnnotationVerticalAlignmentType VerticalAlign { get; set; }
Public Property VerticalAlign As Leadtools.Dicom.DicomAnnotationVerticalAlignmentType
public Leadtools.Dicom.DicomAnnotationVerticalAlignmentType VerticalAlign {get; set;}
<br/>get_VerticalAlign();<br/>set_VerticalAlign(value);<br/>Object.defineProperty('VerticalAlign');
public:
property Leadtools.Dicom.DicomAnnotationVerticalAlignmentType VerticalAlign {
Leadtools.Dicom.DicomAnnotationVerticalAlignmentType get();
void set ( Leadtools.Dicom.DicomAnnotationVerticalAlignmentType value);
}
The value of the "Vertical Alignment" element (0070,0243) under one of the items under the "Text Style Sequence" (0070,0231) in the "Graphic Annotation Module".
This element is optional. To exclude 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