DiffuseReflection Property
In This Topic
Switches on and off diffuse reflection (shading)
Syntax
'Declaration
Public Property DiffuseReflection As System.Single
'Usage
Dim instance As DicomImage3D
Dim value As System.Single
instance.DiffuseReflection = value
value = instance.DiffuseReflection
public System.float DiffuseReflection {get; set;}
public read-write property DiffuseReflection: System.Single;
public function get,set DiffuseReflection : System.float
public: __property System.float get_DiffuseReflection();
public: __property void set_DiffuseReflection(
System.float value
);
public:
property System.float DiffuseReflection {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also