'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Controls how many times is the large zoom change step of the trackbar bigger than its small scroll change")> <System.ComponentModel.DefaultValueAttribute(10)> Public Property LargeZoomChangeFactor As System.UInteger
'Usage
Dim instance As NPanAndZoomControl Dim value As System.UInteger instance.LargeZoomChangeFactor = value value = instance.LargeZoomChangeFactor
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Controls how many times is the large zoom change step of the trackbar bigger than its small scroll change")] [System.ComponentModel.DefaultValue(10)] public System.uint LargeZoomChangeFactor {get; set;}