Gets or sets the Style applies to MonthViewDayElement objects displayed on the canvas. This is a dependency property.

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

Syntax

C#
public Style DayElementStyle { get; set; }
Visual Basic
Public Property DayElementStyle As Style
	Get
	Set
Visual C++
public:
property Style^ DayElementStyle {
	Style^ get ();
	void set (Style^ value);
}

Remarks

Dependency Property Information
Identifier fieldDayElementStyleProperty
Metadata properties set to trueNone

See Also