Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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