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