Provides status information for use in rendering a MonthViewDayElement.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum ElementViewStatus
Visual Basic
Public Enumeration ElementViewStatus
Visual C++
public enum class ElementViewStatus

Members

Member nameValueDescription
Normal0 The element is not in any of the other states.
Selected1 The element is selected.
MouseOver2 The mouse is over the element.
Padding3 The element represents a day which is not part of the month being displayed.
MouseOverPadding4 The mouse is over the element which also represents a day which is not part of the month being displayed.

See Also