TrackBarControl.Font Property
Gets or sets the font used to display the editor’s contents.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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