'Declaration
<System.ComponentModel.CategoryAttribute("Blur")> <System.ComponentModel.DescriptionAttribute("Blur amount of the bevel shapes.")> Public Property Soften As NLength
'Usage
Dim instance As NBevelAndEmbossImageFilter Dim value As NLength instance.Soften = value value = instance.Soften
[System.ComponentModel.Category("Blur")] [System.ComponentModel.Description("Blur amount of the bevel shapes.")] public NLength Soften {get; set;}