CentralBodyGraphicsShininess Property  | 
 
Gets or sets the shininess of the 
CentralBody in the 
Scene.  The shininess
affects the size and brightness of specular reflection associated with the 
SpecularOverlay.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual double Shininess { get; set; }Public Overridable Property Shininess As Double
	Get
	Set
public:
virtual property double Shininess {
	double get ();
	void set (double value);
}abstract Shininess : float with get, set
override Shininess : float with get, set
Property Value
Type: 
Double
See Also