C#
VB
WinRT C#
C++
Gets or sets the "Bounding Box Text Horizontal Justification" (0070,0012) attribute value.
public TextAnnotationJustificationType TextJustification { get; set; }
Public Property TextJustification As Leadtools.Dicom.TextAnnotationJustificationType
public Leadtools.Dicom.TextAnnotationJustificationType TextJustification {get; set;}
<br/>get_TextJustification();<br/>set_TextJustification(value);<br/>Object.defineProperty('TextJustification');
public:
property Leadtools.Dicom.TextAnnotationJustificationType TextJustification {
Leadtools.Dicom.TextAnnotationJustificationType get();
void set ( Leadtools.Dicom.TextAnnotationJustificationType value);
}
Value indicating the "Bounding Box Text Horizontal Justification" (0070,0012) attribute value.
For an example, refer to FindFirstGraphicAnnSQItem.
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