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

RenderRotation Property

In This Topic
Syntax
'Declaration

 

Public ReadOnly Property RenderRotation As GdPictureRotateFlipType
public GdPictureRotateFlipType RenderRotation {get;}
public read-only property RenderRotation: GdPictureRotateFlipType; 
public function get RenderRotation : GdPictureRotateFlipType
public: __property GdPictureRotateFlipType get_RenderRotation();
public:

property GdPictureRotateFlipType RenderRotation {

   GdPictureRotateFlipType get();

}
See Also