Specifies how to paint the wallpaper

Namespace: HiComponents.IEvolution
Assembly: 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

MemberValueDescription
Normal0
Paint the wall paper image at the top left side.
Stretch1
Paint the wall paper stretching to the component size.
Tile2
Paint the wall paper tiled to the component size

See Also