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


In This Topic
    VerticesStyle Property (NGraphTemplate)
    In This Topic
    Specifies the default style applied to vertices
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("Specifies the default style applied to vertices")>
    Public Property VerticesStyle As NStyle
    'Usage
     
    
    Dim instance As NGraphTemplate
    Dim value As NStyle
     
    instance.VerticesStyle = value
     
    value = instance.VerticesStyle
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("Specifies the default style applied to vertices")]
    public NStyle VerticesStyle {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