StartAngle

Gets and sets the starting angle of the arc. The arc is built going clockwise.

 

JavaScript

 

 

 

StartAngle

 

C#

 

 

 

double StartAngle { get; set; }

 

C++

 

 

 

 

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

HRESULT StartAngle([in] double pVal)