MindFusion.Wpf Pack Programmer's Guide
Calendar.ContentBorderBrush Property
See Also
 





Gets or sets the border brush of the calendar content. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public Brush ContentBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property ContentBorderBrush As Brush

 Property Value

A WPF Brush object.

 Remarks

The contents is the portion of the control excluding the title and any other visible headers.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace