EndAngle

Gets and sets the angle at which the arc ends. The arc is built going clockwise. The StartAngle and EndAngle are relative to the arc’s yaw and not to the North. Choosing a StartAngle of –90 degrees and an EndAngle of 90 degrees always gives you the upper half of an ellipse regardless of the direction that the arc is aligned to.

 

JavaScript

 

 

 

EndAngle

 

C#

 

 

 

double EndAngle { get; set; }

 

C++

 

 

 

HRESULT EndAngle([out, retval] double* pVal)

HRESULT EndAngle([in] double pVal)