Gets and sets the number of segments the arc has. The more segments, the smoother and more circular it appears.
JavaScript |
|
|
|
NumberOfSegments |
C# |
|
|
|
int NumberOfSegments { get; set; } |
C++ |
|
|
|
HRESULT NumberOfSegments([out, retval] long* pVal) HRESULT NumberOfSegments([in] long pVal) |