property Link.CustomPath as Variant
Specifies the link's custom path.

TypeDescription
Variant A string expression that define the link's custom path.

The CustomPath property specifies the link's custom path, as a string of x,y proportions separated by comma. The CustomPath property contains the proportions of link's control-points, as a "x,y,x,y,x,y,...". The x, y are proportions of link's control-points relative to the start/end points of the link. The 0,0 indicates the link's start point, while 1,1 indicates the link's end point. For instance, "0.5,0,0.5,1" defines the link to go from start (0,0) to (0.5,0), then (0.5,1), and finally to the end (1,1). The AllowLinkControlPoint property indicates the control points of the link, the user can use to customize the link's path. The AllowControlPoint property defines the control points for an individual link, the user can use to customize the link.