Gets or sets the border thickness of the calendar content. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness ContentBorderThickness { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContentBorderThickness As Thickness |
A WPF Thickness object.
RemarksThe contents is the portion of the control excluding the title and any other visible headers.
See Also