SpecularExponent Property
In This Topic
Controls broadness of specular reflection component (VR only)
Syntax
'Declaration
Public Property SpecularExponent As System.Single
'Usage
Dim instance As DicomImage3D
Dim value As System.Single
instance.SpecularExponent = value
value = instance.SpecularExponent
public System.float SpecularExponent {get; set;}
public read-write property SpecularExponent: System.Single;
public function get,set SpecularExponent : System.float
public: __property System.float get_SpecularExponent();
public: __property void set_SpecularExponent(
System.float value
);
public:
property System.float SpecularExponent {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also