Image 圖片
component Image1
Image元件可用來顯示各種影像圖片,並可讓使用者點選或操作。
Image元件是用來顯示圖片的元件,您可以在Designer或Blocks Editor中指定該圖片的各種屬性。
屬性
Picture 要在本Image元件中顯示的圖片,可為除了動態 gif 之外的各種圖檔,建議 png 為佳
Image1.Picture :取得 Image 的 底圖。 Set Image1.Picture:設定 Image 的底圖。
Visible 本項需設為真,才能在螢幕上看到本元件
Image1.Visible :取得 Image 現在是否可被看見(boolean) Set Image1.Visible:設定 Image 為可/不可被看見 | Height 元件高度(y軸像素)。
Image1.Height : 取得Image現在高度(integer) Set Image1.Height : 設定Image高度
Width 元件寬度 (x軸像素)。
Image1.Width : 取得Image現在寬度(integer) Set Image1.Width : 設定Image寬度
|
|