簡體   English   中英

在Roku應用程序的Brightscript中懸垂滾動標簽

[英]Scrolling label on overhang in Brightscript for Roku app

我試圖在懸垂中顯示滾動標簽,如下圖所示。 這是我的示例Roku應用程序設計。

在此處輸入圖片說明

在ROKU滾動標簽中,使用下面的XML標簽示例。

<ScrollingLabel 
      id = "exampleScrollingLabel" 
      maxWidth = "300" 
      height = "0" 
      font = "font:MediumBoldSystemFont" 
      text = "Here Write a All paragraph or a text" 
      horizAlign = "left" 
      vertAlign = "top" />

屬性文檔位於https://developer.roku.com/zh-CN/docs/references/scenegraph/typographic-nodes/scrollinglabel.md

如果您在HTML中使用像Marquee標簽那樣的標簽,則無法進行ROKU。 謝謝。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM