PaletteImageStyle Enumeration |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public enum PaletteImageStyle
Member name | Value | Description | |
---|---|---|---|
Inherit | 0 | Specifies image style should be inherited. | |
TopLeft | 1 | Specifies the image is placed in the top left. | |
TopMiddle | 2 | Specifies the image is placed in the center at the top. | |
TopRight | 3 | Specifies the image is placed in the top right. | |
CenterLeft | 4 | Specifies the image is placed in the center at the left. | |
CenterMiddle | 5 | Specifies the image is placed in the center. | |
CenterRight | 6 | Specifies the image is placed in the center at the right. | |
BottomLeft | 7 | Specifies the image is placed in the bottom left. | |
BottomMiddle | 8 | Specifies the image is placed in the center at the bottom. | |
BottomRight | 9 | Specifies the image is placed in the bottom right. | |
Stretch | 10 | Specifies image should be stretch to fix area. | |
Tile | 11 | Specifies the image is tiled without flipping. | |
TileFlipX | 12 | Specifies the image is tiled with flip horizontally. | |
TileFlipY | 13 | Specifies the image is tiled with flip vertically. | |
TileFlipXY | 14 | Specifies the image is tiled with flip horizontally and vertically. |
Copyright 2024 NeoAxis Group. All rights reserved.