'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the shape which is to be previewed.")> Public Property Shape As NUIShape
'Usage
Dim instance As NUIShapeViewer Dim value As NUIShape instance.Shape = value value = instance.Shape
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the shape which is to be previewed.")] public NUIShape Shape {get; set;}