Skip to main content

SchedulerPrintStyle.AutoScaleHeadingsFont Property

Gets or sets whether auto-adjustment of the print heading font size can be performed.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool AutoScaleHeadingsFont { get; set; }

Property Value

Type Default Description
Boolean true

true to enable font auto-scaling; otherwise, false.

Remarks

Set it to false to restrict the heading font size to the specified value, so it won’t exceed it when font parameters are automatically adjusted.

See Also