Class DesktopCalendarEntry<T>
public class DesktopCalendarEntry<T> : CalendarEntry<T>, IDesktopCalendarEntry, ICalendarEntry where T : IEntity<T>
Type Parameters
T
- Inheritance
-
DesktopCalendarEntry<T>
- Implements
- Inherited Members
Constructors
DesktopCalendarEntry(AttributeInfo, Expression<Func<T, bool>>, Func<T, string>, Brush, Func<T, ICommand>)
public DesktopCalendarEntry(AttributeInfo dateAttribute, Expression<Func<T, bool>> query, Func<T, string> title, Brush colour, Func<T, ICommand> command)
Parameters
dateAttributeAttributeInfoqueryExpression<Func<T, bool>>titleFunc<T, string>colourBrushcommandFunc<T, ICommand>
Properties
Colour
Gets the brush used to paint the element.
public Brush Colour { get; }