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 > 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;}
<br/>get_AnchorPoint();<br/>set_AnchorPoint(value);<br/>Object.defineProperty('AnchorPoint');
public: property DicomAnnotationPoint AnchorPoint { DicomAnnotationPoint get(); void set ( DicomAnnotationPoint value); }