Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomTextObject Class : TextJustification Property |
public TextAnnotationJustificationType TextJustification {get; set;}
'Declaration
Public Property TextJustification As TextAnnotationJustificationType
'Usage
Dim instance As DicomTextObject Dim value As TextAnnotationJustificationType instance.TextJustification = value value = instance.TextJustification
public TextAnnotationJustificationType TextJustification {get; set;}
<br/>get_TextJustification();<br/>set_TextJustification(value);<br/>Object.defineProperty('TextJustification');
public: property TextAnnotationJustificationType TextJustification { TextAnnotationJustificationType get(); void set ( TextAnnotationJustificationType value); }