Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NGenericTreeTemplate Class / VertexSizeDeviation Property


In This Topic
    VertexSizeDeviation Property
    In This Topic
    Specifies the deviation of the vertex size according to the VerticesSize (0 for none)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Tree")>
    <System.ComponentModel.DescriptionAttribute("Specifies the deviation of the vertex size according to the VerticesSize (0 for none)")>
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Property VertexSizeDeviation As System.Single
    'Usage
     
    
    Dim instance As NGenericTreeTemplate
    Dim value As System.Single
     
    instance.VertexSizeDeviation = value
     
    value = instance.VertexSizeDeviation
    [System.ComponentModel.Category("Tree")]
    [System.ComponentModel.Description("Specifies the deviation of the vertex size according to the VerticesSize (0 for none)")]
    [System.ComponentModel.DefaultValue(0)]
    public System.float VertexSizeDeviation {get; set;}
    Remarks
    By default set to 0
    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