In This Topic
The intensity of the directional (as opposed to ambient) lighting.
Syntax
'Declaration
Public Property LightIntensity As System.Single
'Usage
Dim instance As DicomImage3D
Dim value As System.Single
instance.LightIntensity = value
value = instance.LightIntensity
public System.float LightIntensity {get; set;}
public read-write property LightIntensity: System.Single;
public function get,set LightIntensity : System.float
public: __property System.float get_LightIntensity();
public: __property void set_LightIntensity(
System.float value
);
public:
property System.float LightIntensity {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also