'Declaration
<System.ComponentModel.CategoryAttribute("Blur")> <System.ComponentModel.DescriptionAttribute("The depth of the glow effect")> Public Property Depth As NLength
'Usage
Dim instance As NGlowImageFilter Dim value As NLength instance.Depth = value value = instance.Depth
[System.ComponentModel.Category("Blur")] [System.ComponentModel.Description("The depth of the glow effect")] public NLength Depth {get; set;}