'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or set a custom shape object that is used for display of data points.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NSmartShapeTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property CustomShape As NSmartShape
'Usage
Dim instance As NBubbleSeries Dim value As NSmartShape instance.CustomShape = value value = instance.CustomShape
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or set a custom shape object that is used for display of data points.")] [System.ComponentModel.Editor(Nevron.Editors.NSmartShapeTypeEditor, System.Drawing.Design.UITypeEditor)] public NSmartShape CustomShape {get; set;}