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