Leadtools.Dicom Namespace > DicomTextStyle Class : VerticalAlign Property |
public DicomAnnotationVerticalAlignmentType VerticalAlign {get; set;}
'Declaration Public Property VerticalAlign As DicomAnnotationVerticalAlignmentType
'Usage Dim instance As DicomTextStyle Dim value As DicomAnnotationVerticalAlignmentType instance.VerticalAlign = value value = instance.VerticalAlign
public DicomAnnotationVerticalAlignmentType VerticalAlign {get; set;}
get_VerticalAlign();
set_VerticalAlign(value);
Object.defineProperty('VerticalAlign');
public: property DicomAnnotationVerticalAlignmentType VerticalAlign { DicomAnnotationVerticalAlignmentType get(); void set ( DicomAnnotationVerticalAlignmentType value); }