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

ScrollBarBase.Font Property

Overrides the base class Font property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public override Font Font { get; set; }

Property Value

Type Description
Font

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

See Also