Back to Devexpress

RepositoryItem.ScaleProperties(ScaleHelper) Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-dot-scaleproperties-x28-devexpress-dot-utils-dot-dpi-dot-scalehelper-x29.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ScaleProperties(
    ScaleHelper scaleHelper
)
vb
Public Sub ScaleProperties(
    scaleHelper As ScaleHelper
)

Parameters

NameTypeDescription
scaleHelperDevExpress.Utils.DPI.ScaleHelper

An object with the scale properties.

|

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace