HarmonyOS 鸿蒙Next XComponent如何实现单击按钮4分屏

发布于 1周前 作者 caililin 来自 鸿蒙OS

HarmonyOS 鸿蒙Next XComponent如何实现单击按钮4分屏

  1. XComponent({
  2. id: ‘xComponentId’,
  3. type: XComponentType.SURFACE,
  4. libraryname: ‘nativerender’,
  5. controller: this.myXComponentController
  6. })
  7. .width(this.xc_width)
  8. .height(this.xc_height)
  9. .onLoad(() => {
  10. let surfaceRotation: SurfaceRotationOptions = { lock: this.isLock };
  11. this.myXComponentController.setXComponentSurfaceRotation(surfaceRotation);
  12. console.log("Surface getXComponentSurfaceRotation lock = " +
  13. this.myXComponentController.getXComponentSurfaceRotation().lock);
  14. })
  15. <Button>四分屏</Button>


关于HarmonyOS 鸿蒙Next XComponent如何实现单击按钮4分屏的问题,您也可以访问:https://www.itying.com/category-93-b0.html 联系官网客服。


更多关于HarmonyOS 鸿蒙Next XComponent如何实现单击按钮4分屏的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html

1 回复

更多关于HarmonyOS 鸿蒙Next XComponent如何实现单击按钮4分屏的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html


有要学HarmonyOS AI的同学吗,联系我:https://www.itying.com/goods-1206.html

回到顶部