Spread Windows Forms 10.0 Product Documentation
ForegroundImage Property (ElementStyle)


Gets or sets the foreground image for the style.
Syntax
'Declaration
 
Public Overridable Property ForegroundImage As Picture
'Usage
 
Dim instance As ElementStyle
Dim value As Picture
 
instance.ForegroundImage = value
 
value = instance.ForegroundImage
public virtual Picture ForegroundImage {get; set;}

Property Value

Picture object containing the image
Remarks

The style can specify layers of pictures. When displayed, the first layer consists of a foreground picture, next comes the content, such as text and a picture, then comes the background picture, and finally, the background of the object, which displays the background color.

Set this property to specify the foreground picture layer. Set the BackgroundImage property to specify the background picture layer. Set the Picture property to specify the picture in the content layer.

Set other features for the foreground picture using the following Picture class properties:

AlignHorz
Specifies horizontal alignment
AlignVert
Specifies vertical alignment
Image
Specifies the picture to display
Style
Specifies how to display the picture, such as stretched proportionately or tiled
TransparencyColor
Specifies what color in the picture to make transparent
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ElementStyle Class
ElementStyle Members
BackgroundImage Property
Picture Property
AlignHorz Property
AlignVert Property
Image Property
Style Property
TransparencyColor Property

 

 


Copyright © GrapeCity, inc. All rights reserved.