PaletteImageStyle Enumeration |
Specifies the an image is aligned.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum PaletteImageStyle
Members| 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.
|
See Also