IntegerProperty 列舉

定義

識別視覺化樣式項目的整數屬性。

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

欄位

AlphaLevel 2402

圖示的 Alpha 值,在 0 和 255 之間。

AlphaThreshold 2415

純色像素的最小 Alpha 值,在 0 和 255 之間。

BorderSize 2403

具有填滿框線背景的項目之框線大小。

GlyphIndex 2418

字型中字型架構圖像 (Glyph) 的索引。

GradientRatio1 2406

要在色彩漸層中使用的 GradientColor1 量。 5 個 GradientRatio 屬性的總和必須等於 255。

GradientRatio2 2407

要在色彩漸層中使用的 GradientColor2 量。 5 個 GradientRatio 屬性的總和必須等於 255。

GradientRatio3 2408

要在色彩漸層中使用的 GradientColor3 量。 5 個 GradientRatio 屬性的總和必須等於 255。

GradientRatio4 2409

要在色彩漸層中使用的 GradientColor4 量。 5 個 GradientRatio 屬性的總和必須等於 255。

GradientRatio5 2410

要在色彩漸層中使用的 GradientColor5 量。 5 個 GradientRatio 屬性的總和必須等於 255。

Height 2417

元素的高度。

ImageCount 2401

多重影像檔中狀態影像的數目。

MinDpi1 2420

針對 ImageFile1 所設計的最低 Dots Per Inch (DPI)。

MinDpi2 2421

針對 ImageFile2 所設計的最低 DPI。

MinDpi3 2422

針對 ImageFile3 所設計的最低 DPI。

MinDpi4 2423

針對 ImageFile4 所設計的最低 DPI。

MinDpi5 2424

針對 ImageFile5 所設計的最低 DPI。

ProgressChunkSize 2411

進度列項目的大小。

ProgressSpaceSize 2412

進度列項目之間空白字元的大小。

RoundCornerHeight 2405

百分比值,表示圓角的高度,從 0 到 100。

RoundCornerWidth 2404

百分比值,表示圓角的寬度,從 0 到 100。

Saturation 2413

影像的飽和度,在 0 和 255 之間。

TextBorderSize 2414

文字字元周圍的框線大小。

TrueSizeStretchMark 2419

百分比值,指出當目標超過來源時,具有固定大小的項目要自動縮放的程度。

Width 2416

元素的寬度。

備註

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

適用於