LineCap Property (AnnotationFreeHand)
 
            
                In This Topic
            
            
            Defines the cap style used at the end of path drawn and the cap style for stroking operations when DashStyle is different of Solid. Cap is used at the end of the dashes that make up dashed path drawn.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Property LineCap As LineCap
             
        
            
            public new LineCap LineCap {get; set;}
             
        
            
            public read-write property LineCap: LineCap; 
             
        
            
            public hide function get,set LineCap : LineCap
             
        
            
            public: __property new LineCap get_LineCap();
public: __property new void set_LineCap( 
   LineCap value
);
             
        
            
            public:
new property LineCap LineCap {
   LineCap get();
   void set (    LineCap value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also