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

PreserveViewRotation Property (GdViewer)

In This Topic
Syntax
'Declaration

 

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

public: __property void set_PreserveViewRotation( 

   bool value

);
public:

property bool PreserveViewRotation {

   bool get();

   void set (    bool value);

}
See Also