Nevron .NET Vision
Nevron.Editors Namespace / NSmartShapeCanvasSettings Class / EnableAntiAliasing Property


In This Topic
    EnableAntiAliasing Property
    In This Topic
    Gets/sets whether the path must be rendered with anti-aliasing in the control
    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
    [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;}
    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