IntegerProperty Enum

Definition

Identifies the integer properties of a visual style element.

public enum class IntegerProperty
public enum IntegerProperty
type IntegerProperty = 
Public Enum IntegerProperty
Inheritance
IntegerProperty

Fields

AlphaLevel 2402

The alpha value for an icon, between 0 and 255.

AlphaThreshold 2415

The minimum alpha value of a solid pixel, between 0 and 255.

BorderSize 2403

The size of the border line for elements with a filled-border background.

GlyphIndex 2418

The index into the font for font-based glyphs.

GradientRatio1 2406

The amount of GradientColor1 to use in a color gradient. The sum of the five GradientRatio properties must equal 255.

GradientRatio2 2407

The amount of GradientColor2 to use in a color gradient. The sum of the five GradientRatio properties must equal 255.

GradientRatio3 2408

The amount of GradientColor3 to use in a color gradient. The sum of the five GradientRatio properties must equal 255.

GradientRatio4 2409

The amount of GradientColor4 to use in a color gradient. The sum of the five GradientRatio properties must equal 255.

GradientRatio5 2410

The amount of GradientColor5 to use in a color gradient. The sum of the five GradientRatio properties must equal 255.

Height 2417

The height of an element.

ImageCount 2401

The number of state images in multiple-image file.

MinDpi1 2420

The minimum dots per inch (DPI) that ImageFile1 was designed for.

MinDpi2 2421

The minimum DPI that ImageFile2 was designed for.

MinDpi3 2422

The minimum DPI that ImageFile3 was designed for.

MinDpi4 2423

The minimum DPI that ImageFile4 was designed for.

MinDpi5 2424

The minimum DPI that ImageFile5 was designed for.

ProgressChunkSize 2411

The size of progress bar elements.

ProgressSpaceSize 2412

The size of spaces between progress bar elements.

RoundCornerHeight 2405

A percentage value that represents the height of a rounded corner, from 0 to 100.

RoundCornerWidth 2404

A percentage value that represents the width of a rounded corner, from 0 to 100.

Saturation 2413

The amount of saturation for an image, between 0 and 255.

TextBorderSize 2414

The size of the border around text characters.

TrueSizeStretchMark 2419

A percentage value indicating how far a fixed-size element will stretch when the target exceeds the source.

Width 2416

The width of an element.

Remarks

The IntegerProperty enumeration represents a set of integer properties that describe visual style elements. The IntegerProperty values are used as an argument in the VisualStyleRenderer.GetInteger method to specify which property value to retrieve for the element that the VisualStyleRenderer currently represents.

Applies to