FilenameProperty 列挙型

定義

visual スタイル要素の描画に使用されるイメージ ファイルの名前を識別します。

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

フィールド

名前 説明
ImageFile 3001

背景画像ファイルの名前。

ImageFile1 3002

最初の複数イメージ ファイルの名前。

ImageFile2 3003

2 番目の複数イメージ ファイルの名前。

ImageFile3 3004

3 番目の複数イメージ ファイルの名前。

ImageFile4 3005

4 番目の複数イメージ ファイルの名前。

ImageFile5 3006

5 番目の複数イメージ ファイルの名前。

StockImageFile 3007

ストック イメージ ファイルの名前。

GlyphImageFile 3008

グリフ イメージ ファイルの名前。

注釈

FilenameProperty列挙体は、ビジュアル スタイル要素の描画に使用されるイメージ ファイルの名前を表します。 FilenameProperty値は、VisualStyleRendererが現在表している要素に対して取得するファイル名プロパティを指定するために、VisualStyleRenderer.GetFilename メソッドの引数として使用されます。

適用対象