Label 標籤 component Label1 Label元件可用來顯示文字。 Label元件可顯示在其Text屬性中所指定的文字。或者我們可以在Designer或Blocks Editor來調整文字的各種設定。 屬性 BackgroundColor 設定背景顏色。 Label1.BackgroundColor : 取得 Label 背景顏色 Set Label1.BackgroundColor : 設定 Label 背景顏色 FontBold 設定文字粗體。 FontItalic 設定文字斜體。 FontSize 文字字體大小。 | Width 元件寬度 (x軸像素)。 Label1.Text :取得 Label 的文字內容。 Set Label1.Text :設定 Label 的文字內容。 TextAlignment 設定對齊方式 (左、中、右) 。 TextColor 設定文字的顏色。 Visible 本項需設為真,才能在螢幕上看到本元件。 Label1.Visible :取得 Label 現在是否可被看見(boolean) Set Label1.Visible:設定 Label 為可/不可被看見 |