Spread WPF Documentation
OnDpiChanged Method (FormulaTextBox)


GrapeCity.Windows.SpreadSheet.UI Namespace > FormulaTextBox Class : OnDpiChanged Method
Syntax
'Declaration
 
Protected Sub OnDpiChanged( _
   ByVal oldDpiScaleInfo As System.Windows.DpiScale, _
   ByVal newDpiScaleInfo As System.Windows.DpiScale _
) 
'Usage
 
Dim instance As FormulaTextBox
Dim oldDpiScaleInfo As System.Windows.DpiScale
Dim newDpiScaleInfo As System.Windows.DpiScale
 
instance.OnDpiChanged(oldDpiScaleInfo, newDpiScaleInfo)
protected void OnDpiChanged( 
   System.Windows.DpiScale oldDpiScaleInfo,
   System.Windows.DpiScale newDpiScaleInfo
)

Parameters

oldDpiScaleInfo
newDpiScaleInfo
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members