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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
scaleHelper | DevExpress.Utils.DPI.ScaleHelper | An object with the scale properties. |
See Also