CalendarDayCellStyle.TodayFontAttributes Property
In This Article
Gets or sets today’s date’s font attributes.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public FontAttributes TodayFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
An enumeration value that specifies font attributes. |
See Also