Click or drag to resize

PaletteImageStyle Enumeration

Specifies the an image is aligned.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum PaletteImageStyle
Members
  Member nameValueDescription
Inherit0 Specifies image style should be inherited.
TopLeft1 Specifies the image is placed in the top left.
TopMiddle2 Specifies the image is placed in the center at the top.
TopRight3 Specifies the image is placed in the top right.
CenterLeft4 Specifies the image is placed in the center at the left.
CenterMiddle5 Specifies the image is placed in the center.
CenterRight6 Specifies the image is placed in the center at the right.
BottomLeft7 Specifies the image is placed in the bottom left.
BottomMiddle8 Specifies the image is placed in the center at the bottom.
BottomRight9 Specifies the image is placed in the bottom right.
Stretch10 Specifies image should be stretch to fix area.
Tile11 Specifies the image is tiled without flipping.
TileFlipX12 Specifies the image is tiled with flip horizontally.
TileFlipY13 Specifies the image is tiled with flip vertically.
TileFlipXY14 Specifies the image is tiled with flip horizontally and vertically.
See Also