Skip to main content

FontSettings.CheckAllProperties(Control) Method

Checks the font settings of the specified control and updates the property values, if necessary, according to the current settings.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public void CheckAllProperties(
    Control control
)

Parameters

Name Type Description
control Control

A Control on which to check the font settings.

See Also