'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The shape used to draw shape list items.")> Public Property Shape As N2DShape
'Usage
Dim instance As NShapeListStyle Dim value As N2DShape instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The shape used to draw shape list items.")] public N2DShape Shape {get; set;}