'Declaration
<System.ComponentModel.CategoryAttribute("Blur")> <System.ComponentModel.DescriptionAttribute("The length of the image bevel in pixels.")> Public Property BevelDepth As NLength
'Usage
Dim instance As NLightingImageFilter Dim value As NLength instance.BevelDepth = value value = instance.BevelDepth
[System.ComponentModel.Category("Blur")] [System.ComponentModel.Description("The length of the image bevel in pixels.")] public NLength BevelDepth {get; set;}