In This Topic

LineCap Property (AnnotationEmbeddedImage)

In This Topic
Determines 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 lines 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