Reference Guide
GdPicture14.Annotations Namespace / AnnotationFreeHand Class / EndCap Property





In This Topic
    EndCap Property (AnnotationFreeHand)
    In This Topic
    Defines the cap style used at the end of path 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