'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the corner rounding of the shape.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CornerRounding As System.Single
'Usage
Dim instance As NStepConnector 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 shape.")] [System.Xml.Serialization.XmlIgnore()] public System.float CornerRounding {get; set;}