'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Fades out the original image leaving only the glow effect.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property OriginalOpacity As System.Integer
'Usage
Dim instance As NGlowImageFilter Dim value As System.Integer instance.OriginalOpacity = value value = instance.OriginalOpacity
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Fades out the original image leaving only the glow effect.")] [System.Xml.Serialization.XmlAttribute()] public System.int OriginalOpacity {get; set;}