Nevron.Diagram.Templates Namespace / NTriangularGridTemplate Class / ConnectGrid Property


In This Topic
    ConnectGrid Property (NTriangularGridTemplate)
    In This Topic
    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 NTriangularGridTemplate
    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;}
    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