Location Property (AnnotationBase)
In This Topic
Gets or sets the location of annotation.
Syntax
'Declaration
<C1DescriptionAttribute("Annotation.AnnotationBase.Location", "Gets or sets the location of annotation.")>
Public Property Location As PointF
[C1Description("Annotation.AnnotationBase.Location", "Gets or sets the location of annotation.")]
public PointF Location {get; set;}
See Also