IntegerProperty 枚举

定义

标识视觉样式元素的整数属性。

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

字段

名称 说明
ImageCount 2401

多映像文件中的状态映像数。

AlphaLevel 2402

图标的 alpha 值,介于 0 到 255 之间。

BorderSize 2403

具有填充边框背景的元素的边框线的大小。

RoundCornerWidth 2404

一个百分比值,表示圆角的宽度,从 0 到 100。

RoundCornerHeight 2405

一个百分比值,表示圆角的高度,从 0 到 100。

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。

ProgressChunkSize 2411

进度栏元素的大小。

ProgressSpaceSize 2412

进度栏元素之间的空格大小。

Saturation 2413

图像的饱和度,介于 0 到 255 之间。

TextBorderSize 2414

文本字符周围的边框大小。

AlphaThreshold 2415

实心像素的最小 alpha 值,介于 0 到 255 之间。

Width 2416

元素的宽度。

Height 2417

元素的高度。

GlyphIndex 2418

基于字体的字形的索引。

TrueSizeStretchMark 2419

一个百分比值,该值指示目标超出源时固定大小的元素将拉伸的距离。

MinDpi1 2420

设计为的每英寸最小点数(DPI)。ImageFile1

MinDpi2 2421

设计的最低 DPI ImageFile2

MinDpi3 2422

设计的最低 DPI ImageFile3

MinDpi4 2423

设计的最低 DPI ImageFile4

MinDpi5 2424

设计的最低 DPI ImageFile5

注解

枚举 IntegerProperty 表示描述视觉样式元素的一组整数属性。 这些 IntegerProperty 值用作方法中的 VisualStyleRenderer.GetInteger 参数,用于指定要为当前表示的元素 VisualStyleRenderer 检索的属性值。

适用于