public float Exponent {get; set;}
public: __property float get_Exponent(); public: __property void set_Exponent( float value );
public: property float Exponent { float get(); void set ( float value); }
'Declaration Public Property Exponent As Single
'Usage Dim instance As ImGearVectorLightSource Dim value As Single instance.Exponent = value value = instance.Exponent
ImGearVectorLightSource Class ImGearVectorLightSource Members