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

TrackBarControl.Font Property

Gets or sets the font used to display the editor’s contents.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
Font

A Font object that specifies the font used to display the editor’s contents.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also