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