In This Topic
GdPicture14.WPF Namespace / GdViewer Class / ScrollSmallChange Property

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