Gets or sets annotation position
Namespace: GroupDocs.Annotation.Models.AnnotationModels.Interfaces.PropertiesAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.2.0.0 (21.2)
SyntaxList<Point> Points { get; set; }
Property Points As List(Of Point)
Get
Set
property List<Point>^ Points {
List<Point>^ get ();
void set (List<Point>^ value);
}
abstract Points : List<Point> with get, set
Property Value
Type:
ListPoint
See Also