MindFusion.Scheduling for ASP.NET Programmer's Guide
CssBackground.Image Property
See Also
 





Gets or sets the background image of the object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public string Image { get; set; }

Visual Basic  Copy Code

Public Property Image As String

 Property Value

A string that specifies the URL to the image file. Default value is an empty string ("").

 Remarks

The URL identifies the image file. When setting a background image, you can set a background color to use when the image is unavailable. When the image is available, it overlays the background color.

 See Also

CssBackground Members
CssBackground Class
MindFusion.Scheduling Namespace