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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also