property Event.StrikeOut as Boolean
Retrieves or sets a value that indicates whether the event should appear in strikeout.

TypeDescription
Boolean A boolean expression that indicates whether the event should appear in strikeout.

The following sample shows how to apply Strikeout font attribute to "today" date:

Calendar1.Events.Add(Date).StrikeOut = True