DateHeaderPresenter.FontWeight Property
In This Article
Gets or sets the weight or thickness of the element’s font. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public FontWeight FontWeight { get; set; }
#Property Value
Type | Description |
---|---|
Font |
A Font |
See Also