'Declaration
<System.ComponentModel.CategoryAttribute("Hit test")> <System.ComponentModel.DescriptionAttribute("Controls the widen applied to closed figures when they are hit tested (in pixels)")> <System.ComponentModel.DefaultValueAttribute(0)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ClosedFigureWiden As System.Single
'Usage
Dim instance As NHitTestSettings Dim value As System.Single instance.ClosedFigureWiden = value value = instance.ClosedFigureWiden
[System.ComponentModel.Category("Hit test")] [System.ComponentModel.Description("Controls the widen applied to closed figures when they are hit tested (in pixels)")] [System.ComponentModel.DefaultValue(0)] [System.Xml.Serialization.XmlAttribute()] public System.float ClosedFigureWiden {get; set;}