'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether anchor anchor scrolling is allowed")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowAnchorScrolling As System.Boolean
'Usage
Dim instance As NLibraryMouseWheelScrollTool Dim value As System.Boolean instance.AllowAnchorScrolling = value value = instance.AllowAnchorScrolling
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether anchor anchor scrolling is allowed")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowAnchorScrolling {get; set;}