Nevron.Editors Namespace / NSmartShapeCanvasSettings Class / EnableAntiAliasing Property


EnableAntiAliasing Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also