EnumProperty 列舉

定義

識別視覺化樣式項目的列舉型別屬性。

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

欄位

BackgroundType 4001

其中一個 BackgroundType 值,指定如何繪製項目的背景。

BorderType 4002

其中一個 BorderType 值,指定具有填滿框線背景的項目之框線類型。

ContentAlignment 4006

其中一個 ContentAlignment 值,指定在視窗標題中文字的對齊方式。

FillType 4003

其中一個 FillType 值,指定具有填滿框線背景的項目之填滿類型。

GlyphFontSizingType 4014

其中一個 GlyphFontSizingType 值,指定視覺化樣式選取不同圖像 (Glyph) 字型大小的時機。

GlyphType 4012

其中一個 GlyphType 值,指定具有點陣圖背景的項目之圖像類型。

HorizontalAlignment 4005

其中一個 HorizontalAlign 值,指定具有固定大小的項目之水平對齊。

IconEffect 4009

其中一個 IconEffect 值,指定視覺化樣式要套用至圖示的效果。

ImageLayout 4011

其中一個 ImageOrientation 值,指定多個影像在單一影像檔中的排列方式。

ImageSelectType 4013

其中一個 ImageSelectType 值,指定視覺化樣式選取不同的多重影像檔案來繪製項目的時機。

OffsetType 4008

其中一個 OffsetType 值,指定位移 (Offset) 套用至視窗項目的位置。

SizingType 4004

其中一個 SizingType 值,指定具有點陣圖背景的項目如何調整以填滿界限。

TextShadowType 4010

其中一個 TextShadowType 值,指定要加入至文字的陰影類型。

TrueSizeScalingType 4015

其中一個 TrueSizeScalingType 值,指定視覺化樣式重新縮放具有固定大小的項目之時機。

VerticalAlignment 4007

其中一個 VerticalAlignment 值,指定具有固定大小的項目之垂直對齊。

備註

列舉 EnumProperty 表示描述視覺化樣式專案的一組列舉屬性。 這些 EnumProperty 值會用來做為 方法中的 VisualStyleRenderer.GetEnumValue 引數,以指定要擷取目前所代表專案的 VisualStyleRenderer 屬性值。

適用於