Leadtools.Dicom Namespace > DicomCompoundGraphic Class : TickLabelAlignment Property |
public DicomAnnotationTickLabelAlignmentType TickLabelAlignment {get; set;}
'Declaration Public Property TickLabelAlignment As DicomAnnotationTickLabelAlignmentType
'Usage Dim instance As DicomCompoundGraphic Dim value As DicomAnnotationTickLabelAlignmentType instance.TickLabelAlignment = value value = instance.TickLabelAlignment
public DicomAnnotationTickLabelAlignmentType TickLabelAlignment {get; set;}
get_TickLabelAlignment();
set_TickLabelAlignment(value);
Object.defineProperty('TickLabelAlignment');
public: property DicomAnnotationTickLabelAlignmentType TickLabelAlignment { DicomAnnotationTickLabelAlignmentType get(); void set ( DicomAnnotationTickLabelAlignmentType value); }