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

ScrollBars Property (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Property ScrollBars As Boolean
public bool ScrollBars {get; set;}
public read-write property ScrollBars: Boolean; 
public function get,set ScrollBars : boolean
public: __property bool get_ScrollBars();

public: __property void set_ScrollBars( 

   bool value

);
public:

property bool ScrollBars {

   bool get();

   void set (    bool value);

}
See Also