Search
PrintOptions.FillContents Property
See Also
 





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

 Syntax

C#  Copy Code

public bool FillContents { get; set; }

Visual Basic  Copy Code

Public Property FillContents As Boolean

 Property Value

true, to fill calendar contents with their associated colors when printing; false, to fill them with white. The default is true.

 See Also