CalloutAnnotationTargetPosition Property |
Gets or sets the position on the document the line will point to.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [TypeConverterAttribute(typeof(PointFTypeConverter))]
public PointF TargetPosition { get; set; }
<TypeConverterAttribute(GetType(PointFTypeConverter))>
Public Property TargetPosition As PointF
Get
Set
Property Value
Type:
PointF The position on the document this callout will point to.
See Also