'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls whether 2D shapes must be antialiased.")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property AntialiasShapes As System.Boolean
'Usage
Dim instance As NQuickPointSeries Dim value As System.Boolean instance.AntialiasShapes = value value = instance.AntialiasShapes
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls whether 2D shapes must be antialiased.")] [System.ComponentModel.DefaultValue(false)] public System.bool AntialiasShapes {get; set;}