Specifies the background style

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum BackgroundStyleType
Public Enumeration BackgroundStyleType
public enum class BackgroundStyleType

Members

MemberValueDescription
Solid0
Solid background
Horizontal1
Horizontal lines
Vertical2
Vertical lines
FDiagonal3
Diagonal lines
BDiagonal4
Diagonal lines
Cross5
Crossing lines
DiagCross6
Diagonal crossing lines
Chessboard7
a chessboard picture
Diagonals8
two diagonals
Cropped9
3d border around the image (instead of around the component). We suggest that BorderStyle is None and Center is True.
CropShadow10
shadow around the image
Gradient11
a gradient (only Windows98/Me/2000/Xp)
SoftShadow12
a soft shadow (high quality shadow)
PhotoLike13
a chessboard inside the image with a black border around
BlurredImage14
The current image is shown blurred and zoomed to fill the window (can be slow)

See Also