Specifies how to paint a wall paper
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum WallPaperStyleType
Public Enumeration WallPaperStyleType
public enum class WallPaperStyleType
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
|