CalendarIsTodayHighlighted Property

Gets or sets a value indicating whether the current date is highlighted.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsTodayHighlighted { get; set; }

Property Value

Boolean
True if the current date is highlighted; otherwise, false. The default is true.

See Also