IntegerProperty Wyliczenie
Definicja
Identyfikuje właściwości całkowite elementu stylu wizualnego.Identifies the integer properties of a visual style element.
public enum class IntegerProperty
public enum IntegerProperty
type IntegerProperty =
Public Enum IntegerProperty
- Dziedziczenie
Pola
AlphaLevel | 2402 | Wartość alfa ikony, z przedziału od 0 do 255.The alpha value for an icon, between 0 and 255. |
AlphaThreshold | 2415 | Minimalna wartość alfa pełnego piksela, z przedziału od 0 do 255.The minimum alpha value of a solid pixel, between 0 and 255. |
BorderSize | 2403 | Rozmiar linii obramowania dla elementów z tłem wypełnieniem.The size of the border line for elements with a filled-border background. |
GlyphIndex | 2418 | Indeks do czcionki dla symboli opartych na czcionkach.The index into the font for font-based glyphs. |
GradientRatio1 | 2406 | Ilość GradientColor1 do użycia w gradiencie koloru.The amount of GradientColor1 to use in a color gradient. Suma pięciu |
GradientRatio2 | 2407 | Ilość GradientColor2 do użycia w gradiencie koloru.The amount of GradientColor2 to use in a color gradient. Suma pięciu |
GradientRatio3 | 2408 | Ilość GradientColor3 do użycia w gradiencie koloru.The amount of GradientColor3 to use in a color gradient. Suma pięciu |
GradientRatio4 | 2409 | Ilość GradientColor4 do użycia w gradiencie koloru.The amount of GradientColor4 to use in a color gradient. Suma pięciu |
GradientRatio5 | 2410 | Ilość GradientColor5 do użycia w gradiencie koloru.The amount of GradientColor5 to use in a color gradient. Suma pięciu |
Height | 2417 | Wysokość elementu.The height of an element. |
ImageCount | 2401 | Liczba obrazów stanu w pliku z wieloma obrazami.The number of state images in multiple-image file. |
MinDpi1 | 2420 | Minimalna liczba punktów na cal (DPI), która ImageFile1 została zaprojektowana dla.The minimum dots per inch (DPI) that ImageFile1 was designed for. |
MinDpi2 | 2421 | Minimalna wartość DPI, która ImageFile2 została zaprojektowana dla.The minimum DPI that ImageFile2 was designed for. |
MinDpi3 | 2422 | Minimalna wartość DPI, która ImageFile3 została zaprojektowana dla.The minimum DPI that ImageFile3 was designed for. |
MinDpi4 | 2423 | Minimalna wartość DPI, która ImageFile4 została zaprojektowana dla.The minimum DPI that ImageFile4 was designed for. |
MinDpi5 | 2424 | Minimalna wartość DPI, która ImageFile5 została zaprojektowana dla.The minimum DPI that ImageFile5 was designed for. |
ProgressChunkSize | 2411 | Rozmiar elementów paska postępu.The size of progress bar elements. |
ProgressSpaceSize | 2412 | Rozmiar spacji między elementami paska postępu.The size of spaces between progress bar elements. |
RoundCornerHeight | 2405 | Wartość procentowa reprezentująca wysokość narożnika zaokrągloną od 0 do 100.A percentage value that represents the height of a rounded corner, from 0 to 100. |
RoundCornerWidth | 2404 | Wartość procentowa reprezentująca Szerokość zaokrąglonego rogu, od 0 do 100.A percentage value that represents the width of a rounded corner, from 0 to 100. |
Saturation | 2413 | Stopień nasycenia obrazu, między 0 a 255.The amount of saturation for an image, between 0 and 255. |
TextBorderSize | 2414 | Rozmiar obramowania wokół znaków tekstu.The size of the border around text characters. |
TrueSizeStretchMark | 2419 | Wartość procentowa wskazująca, jak daleko element o stałym rozmiarze rozciąga się, gdy element docelowy przekroczy źródło.A percentage value indicating how far a fixed-size element will stretch when the target exceeds the source. |
Width | 2416 | Szerokość elementu.The width of an element. |
Uwagi
IntegerPropertyWyliczenie reprezentuje zestaw właściwości liczb całkowitych, które opisują elementy stylu wizualizacji.The IntegerProperty enumeration represents a set of integer properties that describe visual style elements. IntegerPropertyWartości są używane jako argument w VisualStyleRenderer.GetInteger metodzie, aby określić, która wartość właściwości ma zostać pobrana dla elementu, który VisualStyleRenderer aktualnie reprezentuje.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.