Specifies the background style
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
Solid | 0 |
Solid background
|
Horizontal | 1 |
Horizontal lines
|
Vertical | 2 |
Vertical lines
|
FDiagonal | 3 |
Diagonal lines
|
BDiagonal | 4 |
Diagonal lines
|
Cross | 5 |
Crossing lines
|
DiagCross | 6 |
Diagonal crossing lines
|
Chessboard | 7 |
a chessboard picture
|
Diagonals | 8 |
two diagonals
|
Cropped | 9 |
3d border around the image (instead of around the component). We suggest that BorderStyle is None and Center is True.
|
CropShadow | 10 |
shadow around the image
|
Gradient | 11 |
a gradient (only Windows98/Me/2000/Xp)
|
SoftShadow | 12 |
a soft shadow (high quality shadow)
|
PhotoLike | 13 |
a chessboard inside the image with a black border around
|
BlurredImage | 14 |
The current image is shown blurred and zoomed to fill the window (can be slow)
|