Provides status information for use in rendering a MonthViewDayElement.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public enum ElementViewStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration ElementViewStatus |
Members
| Member name | Description | |
|---|---|---|
| Normal |
The element is not in any of the other states.
| |
| Selected |
The element is selected.
| |
| MouseOver |
The mouse is over the element.
| |
| Padding |
The element represents a day which is not part of the month being displayed.
| |
| MouseOverPadding |
The mouse is over the element which also represents a day which is not part of the month being displayed.
|