GraphicContextLineJoin Property |
Sets or gets the code specifying the shape of joints between connected segments of a stroked path.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public virtual LineJoin LineJoin { get; set; }
Public Overridable Property LineJoin As LineJoin
Get
Set
public:
virtual property LineJoin LineJoin {
LineJoin get ();
void set (LineJoin value);
}
abstract LineJoin : LineJoin with get, set
override LineJoin : LineJoin with get, set
Property Value
Type:
LineJoinSee Also