'Declaration
<DispIdAttribute(7)> Property ViewRotation As RotateFlipType
[DispId(7)] RotateFlipType ViewRotation {get; set;}
read-write property ViewRotation: RotateFlipType;
DispIdAttribute(7) function get,set ViewRotation : RotateFlipType
[DispId(7)] __property RotateFlipType get_ViewRotation(); __property void set_ViewRotation( RotateFlipType value );
[DispId(7)] property RotateFlipType ViewRotation { RotateFlipType get(); void set ( RotateFlipType value); }