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

基于字体标志符号的字体内部的索引。

GradientRatio1 2406

渐变色中要使用的 GradientColor1 的数量。 五个 GradientRatio 属性的总和必须等于 255。

GradientRatio2 2407

渐变色中要使用的 GradientColor2 的数量。 五个 GradientRatio 属性的总和必须等于 255。

GradientRatio3 2408

渐变色中要使用的 GradientColor3 的数量。 五个 GradientRatio 属性的总和必须等于 255。

GradientRatio4 2409

渐变色中要使用的 GradientColor4 的数量。 五个 GradientRatio 属性的总和必须等于 255。

GradientRatio5 2410

渐变色中要使用的 GradientColor5 的数量。 五个 GradientRatio 属性的总和必须等于 255。

Height 2417

元素的高度。

ImageCount 2401

多图像文件中状态图像的数量。

MinDpi1 2420

供设计 ImageFile1 时参考的每英寸最小点数 (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 检索的属性值。

适用于