Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NGraphTemplate Class / VerticesShape Property


In This Topic
    VerticesShape Property
    In This Topic
    Gets/sets the shape of the vertices constructed by this template
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the shape of the vertices constructed by this template")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property VerticesShape As BasicShapes
    'Usage
     
    
    Dim instance As NGraphTemplate
    Dim value As BasicShapes
     
    instance.VerticesShape = value
     
    value = instance.VerticesShape
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Gets/sets the shape of the vertices constructed by this template")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public BasicShapes VerticesShape {get; set;}
    Remarks
    By default set to Rectangle
    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