←Select platform

EndStyle Property

Summary

The style of the end point of this object.

Syntax
C#
C++/CLI
Java
Python
public string EndStyle { get; set; } 
public String getEndStyle(); 
public void setEndStyle( 
   java.lang.String string 
); 
public:  
   property String^ EndStyle 
   { 
      String^ get() 
      void set(String^ value) 
   } 
EndStyle # get and set (PDFPolylineAnnotation) 

Property Value

Style of the end point of this object. The default value is null for none.

Remarks

Set this value to any of LineEndingStyle constants such as LineEndingsStyleSquare or LineEndingsStyleOpenArrow to use the value as the style for the point.

The default value of null is the equivalent of setting the value of this property to LineEndingsStyleNone.

If the value is any other value than null, then EndingsBrush can be used to fill any area inside the selected ending style.

Requirements

Target Platforms

Help Version 22.0.2023.7.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.