GdPicture.NET.14.MAUI
GdPicture14.MAUI Namespace / GdViewer Class / ViewRotation Property





In This Topic
ViewRotation Property (GdViewer)
In This Topic
Specifies the current view rotation.
Syntax
'Declaration
 
Public Property ViewRotation As GdPictureRotateFlipType
public GdPictureRotateFlipType ViewRotation {get; set;}
public read-write property ViewRotation: GdPictureRotateFlipType; 
public function get,set ViewRotation : GdPictureRotateFlipType
public: __property GdPictureRotateFlipType get_ViewRotation();
public: __property void set_ViewRotation( 
   GdPictureRotateFlipType value
);
public:
property GdPictureRotateFlipType ViewRotation {
   GdPictureRotateFlipType get();
   void set (    GdPictureRotateFlipType value);
}

Property Value

The default value is GdPictureRotateFlipType.GdPictureRotateNoneFlipNone.
See Also