public static ViewZoomAnchor Convert(ZoomAnchor value)
 {
     // Cheat based on fact that the order and byte values of both enums are the same
     return((ViewZoomAnchor)((int)value));
 }
 public static ViewZoomAnchor Convert(ZoomAnchor value)
 {
     // Cheat based on fact that the order and byte values of both enums are the same
     return (ViewZoomAnchor)((int)value);
 }