Table of Contents

Class DesktopCalendarEntry<T>

Namespace
The.WPF.Screens.Calendar
Assembly
Instagile.WPF.dll
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

dateAttribute AttributeInfo
query Expression<Func<T, bool>>
title Func<T, string>
colour Brush
command Func<T, ICommand>

Properties

Colour

Gets the brush used to paint the element.

public Brush Colour { get; }

Property Value

Brush