[]
Gets or sets the background image displayed in the pop-up window.
[Browsable(true)]
public Image BackgroundImage { get; set; }
<Browsable(True)>
Public Property BackgroundImage As Image
Type | Description |
---|---|
Image | The Image that represents the image to display in the
background of the pop-up window.
|