'Declaration
<CategoryAttribute("PDF")> <DescriptionAttribute("Scroll distance for the mouse wheel.")> <DefaultValueAttribute(0)> Public Property MouseWheelScrollDelta As Integer
'Usage
Dim instance As PDFPageView Dim value As Integer instance.MouseWheelScrollDelta = value value = instance.MouseWheelScrollDelta
[Category("PDF")] [Description("Scroll distance for the mouse wheel.")] [DefaultValue(0)] public int MouseWheelScrollDelta {get; set;}
[Category("PDF")] [Description("Scroll distance for the mouse wheel.")] [DefaultValue(0)] public: __property int get_MouseWheelScrollDelta(); public: __property void set_MouseWheelScrollDelta( int value );
[Category("PDF")] [Description("Scroll distance for the mouse wheel.")] [DefaultValue(0)] public: property int MouseWheelScrollDelta { int get(); void set ( int value); }