Version

BezierPoints Property

Gets or sets values for upper and lower bezier points. That option has effect only when useBezierCurve is enabled.

Value should provide 4 numeric values in range from 0 to 1 separated by space character. The first number defines upper-x position, second: upper-y, third: lower-x, fourth: lower-y.

Internal default is "0.5 0 0.5 1".

Example: bezierPoints: "0.4 0.1 0.6 1"
Syntax
'Declaration
 
Public Property BezierPoints As System.String
public System.string BezierPoints {get; set;}
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub