'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;}