'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the corner rounding of the path (in scene coordinates))")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CornerRounding As System.Single
'Usage
Dim instance As NPolylinePath Dim value As System.Single instance.CornerRounding = value value = instance.CornerRounding
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the corner rounding of the path (in scene coordinates))")] [System.Xml.Serialization.XmlIgnore()] public System.float CornerRounding {get; set;}