'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the spread (in degrees) of the light applied at the specified direction")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(45)> Public Property LightSpread As System.Single
'Usage
Dim instance As NGlassEffectStyle Dim value As System.Single instance.LightSpread = value value = instance.LightSpread
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the spread (in degrees) of the light applied at the specified direction")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(45)] public System.float LightSpread {get; set;}