Back to Devexpress

TextInfoControlBase.Font Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-textinfocontrolbase.md

latest1.4 KB
Original Source

TextInfoControlBase.Font Property

Gets or sets the font used to print the text in the informational controls.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public DXFont Font { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Property Font As DXFont

Property Value

Type
DXFont

See Also

TextInfoControlBase Class

TextInfoControlBase Members

DevExpress.XtraScheduler.Reporting Namespace