GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / ScrollSmallChange Property





In This Topic
ScrollSmallChange Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property ScrollSmallChange As Short
public short ScrollSmallChange {get; set;}
public read-write property ScrollSmallChange: Int16; 
public function get,set ScrollSmallChange : short
public: __property short get_ScrollSmallChange();
public: __property void set_ScrollSmallChange( 
   short value
);
public:
property short ScrollSmallChange {
   short get();
   void set (    short value);
}
See Also