Skip to main content
Bar

StateAppearances.SetFont(Font) Method

Sets the specified font for the StateAppearances.Normal, StateAppearances.Hovered, StateAppearances.Pressed and StateAppearances.Disabled appearance objects that belong to the current StateAppearances object.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Font SetFont(
    Font font
)

Parameters

Name Type Description
font Font

A System.Drawing.Font object applied to the current StateAppearances object.

Returns

Type Description
Font

A System.Drawing.Font object passed as the method’s parameter.

See Also