 | PdfPathObjectLineJoin Property |
Gets or sets the shape of joints between connected segments of a stroked path.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic LineJoin LineJoin { get; set; }
Public Property LineJoin As LineJoin
Get
Set
public:
property LineJoin LineJoin {
LineJoin get ();
void set (LineJoin value);
}
member LineJoin : LineJoin with get, set
/** @property */
public LineJoin get_LineJoin()
/** @property */
public void set_LineJoin(LineJoin value)
function get_LineJoin();
function set_LineJoin(value);
Property Value
LineJoinOne of the values of the
LineJoin enumeration.
RemarksThe line join style specifies the shape to be used at the corners of paths that are stroked.
Please find more details here.
See Also