Leadtools.Dicom Namespace > DicomTextObject Class : AnchorPoint Property |
public DicomAnnotationPoint AnchorPoint {get; set;}
'Declaration Public Property AnchorPoint As DicomAnnotationPoint
'Usage Dim instance As DicomTextObject Dim value As DicomAnnotationPoint instance.AnchorPoint = value value = instance.AnchorPoint
public DicomAnnotationPoint AnchorPoint {get; set;}
get_AnchorPoint();
set_AnchorPoint(value);
Object.defineProperty('AnchorPoint');
public: property DicomAnnotationPoint AnchorPoint { DicomAnnotationPoint get(); void set ( DicomAnnotationPoint value); }