'Declaration
 
Public Property CutoffAngle As Single
             
        
            
            'Usage
 
Dim instance As ImGearVectorLightSource
Dim value As Single
 
instance.CutoffAngle = value
 
value = instance.CutoffAngle
             
        
            
            public float CutoffAngle {get; set;}
             
        
            
            public: __property float get_CutoffAngle();
public: __property void set_CutoffAngle( 
   float value
);
             
        
            
            public:
property float CutoffAngle {
   float get();
   void set (    float value);
}
             
        
             
        
            
            
            Property Value
Floating-point value in the range of 0...90 or 180. 180 means that the light is distributed uniformly.