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;}
get_TextJustification();
set_TextJustification(value);
Object.defineProperty('TextJustification');
public: property TextAnnotationJustificationType TextJustification { TextAnnotationJustificationType get(); void set ( TextAnnotationJustificationType value); }