Show / Hide Table of Contents

    Class RectEntry

    Rectangle or Ellipse annotation

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

    Constructors

    RectEntry()

    Creates a new instance of this class

    Declaration
    public RectEntry()

    Properties

    Ellipse

    True if annotation is elipse defined into rectangle.

    Declaration
    public bool Ellipse { get; set; }
    Property Value
    Type Description
    System.Boolean

    FillColor

    Fill color of the annotation.

    Declaration
    public string FillColor { get; set; }
    Property Value
    Type Description
    System.String

    Filled

    Define if rectangle is solid.

    Declaration
    public bool Filled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Location

    Location of the annotation.

    Declaration
    public AnnotationRectangle Location { get; set; }
    Property Value
    Type Description
    AnnotationRectangle
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top