Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / LineAnnotation Class / LeaderLinesLength Property

In This Topic
    LeaderLinesLength Property
    In This Topic
    Gets or sets the length of leader lines in default user space that extend from each endpoint of the line perpendicular to the line itself. A positive value means that the leader lines appear in the direction that is clockwise when traversing the line from its starting point to its ending point. A negative value indicates the opposite direction.
    Syntax
    'Declaration
     
    Public Property LeaderLinesLength As System.Single
    public System.float LeaderLinesLength {get; set;}
    See Also