Class CheckMarkEntry
Check mark annotation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CheckMarkEntry : EntryBase
Properties
Location
Deprecated! Location of the annotation.
Declaration
public AnnotationRectangle Location { get; set; }
Property Value
Type | Description |
---|---|
AnnotationRectangle |
Stroke
Sequence of points that define a PolyLine.
Declaration
public Stroke Stroke { get; set; }
Property Value
Type | Description |
---|---|
Stroke |