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