FilenameProperty 枚举

定义

标识用于绘制视觉样式元素的图像文件的名称。

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

字段

GlyphImageFile 3008

字形图像文件的名称。

ImageFile 3001

背景图像文件的名称。

ImageFile1 3002

第一个多图像文件的名称。

ImageFile2 3003

第二个多图像文件的名称。

ImageFile3 3004

第三个多图像文件的名称。

ImageFile4 3005

第四个多图像文件的名称。

ImageFile5 3006

第五个多图像文件的名称。

StockImageFile 3007

常用图像文件的名称。

注解

FilenameProperty枚举表示用于绘制视觉样式元素的图像文件的名称。 这些 FilenameProperty 值用作 方法中的参数, VisualStyleRenderer.GetFilename 以指定要为当前表示的元素 VisualStyleRenderer 检索的文件名属性。

适用于