Style

Gets and sets which part of the sphere is visible. The Style can have any of the following values:

§   SPHERE_NORMAL = 0
The entire sphere is visible.

§   SPHERE_UPPER_HALF = 1
The top half is visible.

§   SPHERE_LOWER_HALF = 2
The lower half is visible.

§   SPHERE_ UPPER_HALF_BASE = 3
The upper half, with a base, is visible.

§   SPHERE_LOWER_HALF_BASE = 4
The lower half, with a base, is visible.

 

JavaScript

 

 

 

Style

 

C#

 

 

 

int Style { get; set; }

 

C++

 

 

 

 

HRESULT Style([out, retval] long* pVal)

HRESULT Style([in] long pVal)