'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the wrapped NSmartShape instance.")> <System.ComponentModel.EditorAttribute(Nevron.UI.NSmartShapeTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property SmartShape As NSmartShape
'Usage
Dim instance As NUISmartShape Dim value As NSmartShape instance.SmartShape = value value = instance.SmartShape
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the wrapped NSmartShape instance.")] [System.ComponentModel.Editor(Nevron.UI.NSmartShapeTypeEditor, System.Drawing.Design.UITypeEditor)] public NSmartShape SmartShape {get; set;}