FilenameProperty 列舉

定義

識別用來繪製視覺化樣式項目的影像檔名稱。

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

欄位

GlyphImageFile 3008

圖像 (Glyph) 影像檔的名稱。

ImageFile 3001

背景影像檔的名稱。

ImageFile1 3002

第一個多重影像檔的名稱。

ImageFile2 3003

第二個多重影像檔的名稱。

ImageFile3 3004

第三個多重影像檔的名稱。

ImageFile4 3005

第四個多重影像檔的名稱。

ImageFile5 3006

第五個多重影像檔的名稱。

StockImageFile 3007

內建影像檔的名稱。

備註

列舉 FilenameProperty 表示用來繪製視覺化樣式專案之影像檔的名稱。 這些 FilenameProperty 值會當做 方法中的 VisualStyleRenderer.GetFilename 引數使用,以指定要針對目前所表示之元素 VisualStyleRenderer 擷取的檔案名屬性。

適用於