Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NEllipticalGridTemplate Class / ConnectGrid Property


In This Topic
    ConnectGrid Property (NEllipticalGridTemplate)
    In This Topic
    Specifies whether the grid vertices are connected
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Grid")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether the grid vertices are connected")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property ConnectGrid As System.Boolean
    'Usage
     
    
    Dim instance As NEllipticalGridTemplate
    Dim value As System.Boolean
     
    instance.ConnectGrid = value
     
    value = instance.ConnectGrid
    [System.ComponentModel.Category("Grid")]
    [System.ComponentModel.Description("Specifies whether the grid vertices are connected")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool ConnectGrid {get; set;}
    Remarks
    By default set to true
    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