'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Defines the style of the data point markers")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property PointShape As PointShape
'Usage
Dim instance As NMarkerStyle Dim value As PointShape instance.PointShape = value value = instance.PointShape
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Defines the style of the data point markers")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PointShape PointShape {get; set;}