'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the preferred size of the shape.")> Public Property PreferredSize As NSize
'Usage
Dim instance As NUIShape Dim value As NSize instance.PreferredSize = value value = instance.PreferredSize
[System.ComponentModel.Description("Gets/sets the preferred size of the shape.")] public NSize PreferredSize {get; set;}