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

RepositoryItem.ScaleProperties(ScaleHelper) Method

Updates the RepositoryItem according to current scale settings. This method is called automatically when the form’s runtime DPI settings differ from those in design-time.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void ScaleProperties(
    ScaleHelper scaleHelper
)

Parameters

Name Type Description
scaleHelper DevExpress.Utils.DPI.ScaleHelper

An object with the scale properties.

See Also