[]
        
(Showing Draft Content)

C1.Win.C1Tile.ForeImageLayout

ForeImageLayout Enum

Defines the different types of the foreground image layout.

Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public enum ForeImageLayout

Fields

Name Description
Clip

The image is clipped if necessary.

ClipNoPadding

The image is displayed as it is and doesn't take into account the owner's Padding.

ScaleInner

Scale the image to fit into the available area.

ScaleOuter

Scale the image to fill the whole available area.

Stretch

Stretch the image to fill the available area.

Tile

The image is tiled across the available area.

TileStretch

Tile the image into the 3x3 matrix and stretch it to fill the available area.