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 > 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;}
<br/>get_TickLabelAlignment();<br/>set_TickLabelAlignment(value);<br/>Object.defineProperty('TickLabelAlignment');
public: property DicomAnnotationTickLabelAlignmentType TickLabelAlignment { DicomAnnotationTickLabelAlignmentType get(); void set ( DicomAnnotationTickLabelAlignmentType value); }