GdPicture.NET.14
GdPicture14.Annotations Namespace / AnnotationLine Class / EndCap Property





In This Topic
EndCap Property (AnnotationLine)
In This Topic
Defines the cap style used at the end of lines drawn.
Syntax
'Declaration
 
Public Shadows Property EndCap As LineCap
public new LineCap EndCap {get; set;}
public read-write property EndCap: LineCap; 
public hide function get,set EndCap : LineCap
public: __property new LineCap get_EndCap();
public: __property new void set_EndCap( 
   LineCap value
);
public:
new property LineCap EndCap {
   LineCap get();
   void set (    LineCap value);
}
See Also