Enum ImagePaintMode
Defines possible modes to be used when rendering an image.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum ImagePaintMode
Center
Image is centered within the paint rectangle.
CenterXStretchY
Image is centered by the X axis and stretched by the Y one.
CenterXTileY
Image is centered by the X axis and tiled by the Y one.
CenterYStretchX
Image is centered by the Y axis and stretched by the X one.
CenterYTileX
Image is centered by the Y axis and tiled by the X one.
None
Image is painted without any modification.
Stretch
Image is stretched within the paint rectangle.
StretchXTileY
Image is stretched by the X axis and tiled by the Y one.
StretchXYTileInner
Inner image segment is tiled while all others are stretched.
StretchYTileX
Image is stretched by the Y axis and tiled by the X one.
Tile
Image is tiled within the paint rectangle.
TileFlipX
Image is flipped by the X axis and tiled within the paint rectangle.
TileFlipXY
Image is flipped by the X and Y axis and tiled within the paint rectangle.
TileFlipY
Image is flipped by the Y axis and tiled within the paint rectangle.