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

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.v19.2.dll

Declaration

public void CheckAllProperties(
    Control control
)

Parameters

Name Type Description
control Control

A Control on which to check the font settings.

See Also