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


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