'Declaration
<System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")> Public Property Depth As NLength
'Usage
Dim instance As NBevelAndEmbossImageFilter Dim value As NLength instance.Depth = value value = instance.Depth
[System.ComponentModel.Category("Size")] [System.ComponentModel.Description("The depth of the bevel effect, affects the distance between the highlight and shadow shapes offset across the direction specified in 'Angle'.")] public NLength Depth {get; set;}