In This Topic
GdPicture14 Namespace / GdViewer Class / ViewRotation Property

ViewRotation Property (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Property ViewRotation As RotateFlipType
public RotateFlipType ViewRotation {get; set;}
public read-write property ViewRotation: RotateFlipType; 
public function get,set ViewRotation : RotateFlipType
public: __property RotateFlipType get_ViewRotation();

public: __property void set_ViewRotation( 

   RotateFlipType value

);
public:

property RotateFlipType ViewRotation {

   RotateFlipType get();

   void set (    RotateFlipType value);

}
See Also