'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the paint effect shape")> Public Property Shape As PaintEffectShape
'Usage
Dim instance As NPaintEffectStyle Dim value As PaintEffectShape instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the paint effect shape")] public PaintEffectShape Shape {get; set;}