ScaleToDeviceDPI(Style) Method
In This Topic
Scales the
Style instance uses the DeviceDpi value if this element has a
HostControl.
Syntax
'Declaration
Protected Overloads Sub ScaleToDeviceDPI( _
ByVal As Style _
)
protected void ScaleToDeviceDPI(
Style
)
Parameters
- value
- The style for scaling.
See Also