IntegerProperty Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the integer properties of a visual style element.
public enum class IntegerProperty
public enum IntegerProperty
type IntegerProperty =
Public Enum IntegerProperty
- Inheritance
Fields
Name | Value | Description |
---|---|---|
ImageCount | 2401 | The number of state images in multiple-image file. |
AlphaLevel | 2402 | The alpha value for an icon, between 0 and 255. |
BorderSize | 2403 | The size of the border line for elements with a filled-border background. |
RoundCornerWidth | 2404 | A percentage value that represents the width of a rounded corner, from 0 to 100. |
RoundCornerHeight | 2405 | A percentage value that represents the height of a rounded corner, from 0 to 100. |
GradientRatio1 | 2406 | The amount of GradientColor1 to use in a color gradient. The sum of the five |
GradientRatio2 | 2407 | The amount of GradientColor2 to use in a color gradient. The sum of the five |
GradientRatio3 | 2408 | The amount of GradientColor3 to use in a color gradient. The sum of the five |
GradientRatio4 | 2409 | The amount of GradientColor4 to use in a color gradient. The sum of the five |
GradientRatio5 | 2410 | The amount of GradientColor5 to use in a color gradient. The sum of the five |
ProgressChunkSize | 2411 | The size of progress bar elements. |
ProgressSpaceSize | 2412 | The size of spaces between progress bar elements. |
Saturation | 2413 | The amount of saturation for an image, between 0 and 255. |
TextBorderSize | 2414 | The size of the border around text characters. |
AlphaThreshold | 2415 | The minimum alpha value of a solid pixel, between 0 and 255. |
Width | 2416 | The width of an element. |
Height | 2417 | The height of an element. |
GlyphIndex | 2418 | The index into the font for font-based glyphs. |
TrueSizeStretchMark | 2419 | A percentage value indicating how far a fixed-size element will stretch when the target exceeds the source. |
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. |
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.