'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the type of the hit point test used to acquire point hit info from the document and the view")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PointHitTestType As PointHitTestType
'Usage
Dim instance As NHitTestSettings Dim value As PointHitTestType instance.PointHitTestType = value value = instance.PointHitTestType
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the type of the hit point test used to acquire point hit info from the document and the view")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public PointHitTestType PointHitTestType {get; set;}