Gets or sets the line join style, corresponding to the j (setlinejoin) operator.
Syntax
public int LineJoin {get; set;}
public: __property int get_LineJoin();
public: __property void set_LineJoin(
int value
);
public:
property int LineJoin {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also