Gets or sets the color theme of the drop-down calendar. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush CalendarHeaderBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CalendarHeaderBackground As Brush |
A WPF Brush object.
RemarksThe HeaderBackground property of the drop-down calendar is bound to this property.
See Also