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 > 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;}
<br/>get_VerticalAlign();<br/>set_VerticalAlign(value);<br/>Object.defineProperty('VerticalAlign');
public: property DicomAnnotationVerticalAlignmentType VerticalAlign { DicomAnnotationVerticalAlignmentType get(); void set ( DicomAnnotationVerticalAlignmentType value); }