MindFusion.Scheduling for ASP.NET Programmer's Guide
CssBackground Members
Constructors Properties Methods Events
 


Represents CSS background properties of calendar elements.

The following tables list the members exposed by the CssBackground type.

 Public Constructors

  Name Description

CssBackground

Initializes a new instance of the CssBackground class.

 Public Properties

  Name Description

Attachment

Gets or sets how the background image is attached to the object within the document.

Color

Gets or sets the color behind the contents of the object.

Image

Gets or sets the background image of the object.

IsEmpty

Gets a value indicating whether the collection is empty.

PositionX

Gets or sets the X-coordinate of the CSS background-position property.

PositionY

Gets or sets the Y-coordinate of the CSS background-position property.

Repeat

Gets or sets the repeat style of the background image.

 Protected Properties

  Name Description

ViewState

Gets a dictionary of state information that allows you to save and restore the view state of the server control across multiple requests for the same page.

 Public Methods

  Name Description

GetProperties

Gets CssBackground class properties as IDictionary<string, object> object.

SetProperties

Sets the properties of this CssBackground object from the specified IDictionary<string, Object> list.

ToJsonString

Gets the JSON representation of this CssBackground object.

ToString

Returns a System.String that represents the current CssBackground.

 Public Events

  Name Description

Changed

Raised when a property value changes.

 See Also

CssBackground Class
MindFusion.Scheduling Namespace