'Declaration
<System.ComponentModel.CategoryAttribute("Rendering")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the path must be rendered with anti-aliasing in the control")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property EnableAntiAliasing As System.Boolean
'Usage
Dim instance As NSmartShapeCanvasSettings Dim value As System.Boolean instance.EnableAntiAliasing = value value = instance.EnableAntiAliasing
[System.ComponentModel.Category("Rendering")] [System.ComponentModel.Description("Gets/sets whether the path must be rendered with anti-aliasing in the control")] [System.ComponentModel.DefaultValue(true)] public System.bool EnableAntiAliasing {get; set;}