StartCap Property (AnnotationLine)
In This Topic
Defines the cap style used at the start of lines drawn.
Syntax
'Declaration
Public Shadows Property StartCap As LineCap
public new LineCap StartCap {get; set;}
public read-write property StartCap: LineCap;
public hide function get,set StartCap : LineCap
public: __property new LineCap get_StartCap();
public: __property new void set_StartCap(
LineCap value
);
public:
new property LineCap StartCap {
LineCap get();
void set ( LineCap value);
}
See Also