Gets or sets a value indicating whether to print calendar elements with their original fill or to use a white brush for filling.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool FillContents { get; set; } |
Visual Basic Copy Code |
---|
Public Property FillContents As Boolean |
true, to fill calendar contents with their associated colors when printing; false, to fill them with white. The default is true.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |