Specifies how to paint the wallpaper
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IEWallPaperStyle
Public Enumeration IEWallPaperStyle
public enum class IEWallPaperStyle
Members
Member | Value | Description |
---|---|---|
Normal | 0 |
Paint the wall paper image at the top left side.
|
Stretch | 1 |
Paint the wall paper stretching to the component size.
|
Tile | 2 |
Paint the wall paper tiled to the component size
|