'Declaration
<System.ComponentModel.CategoryAttribute("Blur")> <System.ComponentModel.DescriptionAttribute("The size of the horizontal and vertical blur matrices.")> Public Property Size As NSizeL
'Usage
Dim instance As NBlurImageFilter Dim value As NSizeL instance.Size = value value = instance.Size
[System.ComponentModel.Category("Blur")] [System.ComponentModel.Description("The size of the horizontal and vertical blur matrices.")] public NSizeL Size {get; set;}