BackgroundType 列舉

定義

指定視覺化樣式項目背景的來源。

public enum class BackgroundType
public enum BackgroundType
type BackgroundType = 
Public Enum BackgroundType
繼承
BackgroundType

欄位

BorderFill 1

項目的背景是填滿色彩或圖樣的矩形。

ImageFile 0

項目的背景是點陣圖。 如果設定這個值,則對應至 ImageFile 值的屬性將會包含有效影像檔的名稱。

None 2

項目沒有背景。

備註

視覺化樣式專案的背景可以是點陣圖影像、填滿矩形或沒有任何專案。 當使用 的引數值呼叫方法時,這些 BackgroundType 值代表方法的 EnumProperty.BackgroundType 傳回 GetEnumValue 值。

適用於