Skip to main content
A newer version of this page is available. .

TextInfoControlBase.Font Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

[Browsable(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public Font Font { get; set; }

Property Value

Type Description
Font

A Font to apply to the text displayed by the control.

See Also