Class LineEntry
Line/Arrow 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 LineEntry : EntryBase
  Constructors
LineEntry()
Creates a new instance of this class
Declaration
public LineEntry()
  Properties
Arrow
Define a line with arror.
Declaration
public bool Arrow { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
From
Start point of the line.
Declaration
public AnnotationPoint From { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AnnotationPoint | 
To
End point of the line.
Declaration
public AnnotationPoint To { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AnnotationPoint |