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


In This Topic
    HasCenter Property
    In This Topic
    Specifies whether the grid has a center node
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Grid")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether the grid has a center node")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property HasCenter As System.Boolean
    'Usage
     
    
    Dim instance As NEllipticalGridTemplate
    Dim value As System.Boolean
     
    instance.HasCenter = value
     
    value = instance.HasCenter
    [System.ComponentModel.Category("Grid")]
    [System.ComponentModel.Description("Specifies whether the grid has a center node")]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool HasCenter {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