Specifies the joining caps.
Namespace:
Aspose.Cells.Drawing
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic LineJoinType JoinType { get; set; }
Public Property JoinType As LineJoinType
Get
Set
public:
property LineJoinType JoinType {
LineJoinType get ();
void set (LineJoinType value);
}
member JoinType : LineJoinType with get, set
Property Value
Type:
LineJoinType
See Also