[]
        
(Showing Draft Content)

C1.Win.C1Tile.BackImageLayout

BackImageLayout Enum

Defines the different types of the background image layout.

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

Fields

Name Description
Clip

The image is left-aligned at the top across the control's client rectangle.

Stretch

The image is streched across the control's client rectangle.

Tile

The image is tiled across the control's client rectangle.

Zoom

The image is enlarged within the control's client rectangle.