Show / Hide Table of Contents

    Class LineEntry

    Line/Arrow annotation

    Inheritance
    System.Object
    EntryBase
    LineEntry
    Inherited Members
    EntryBase.Created
    EntryBase.Type
    EntryBase.Color
    EntryBase.Rotation
    EntryBase.Transparent
    EntryBase.StrokeWidth
    EntryBase.Id
    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

    Extension Methods

    SchemaExtensions.ToRectangle(LineEntry)
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top