LineCap Property (AnnotationRubberStamp)
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.
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);
}
'Declaration
Public Shadows Property LineCap As LineCap