'Declaration
<System.ComponentModel.CategoryAttribute("Spotlight")> <System.ComponentModel.DescriptionAttribute("Gets/sets the value of the spot cutoff angle.")> <System.ComponentModel.DefaultValueAttribute(45)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property SpotCutoff As System.Single
'Usage
Dim instance As NSpotLightSource Dim value As System.Single instance.SpotCutoff = value value = instance.SpotCutoff
[System.ComponentModel.Category("Spotlight")] [System.ComponentModel.Description("Gets/sets the value of the spot cutoff angle.")] [System.ComponentModel.DefaultValue(45)] [System.Xml.Serialization.XmlAttribute()] public System.float SpotCutoff {get; set;}