Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ScaleProperties(
    ScaleHelper scaleHelper
)

Parameters

Name Type Description
scaleHelper DevExpress.Utils.DPI.ScaleHelper

An object with the scale properties.

See Also