Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SpreadScaleMode Property


In This Topic
SpreadScaleMode Property (SpreadView)
In This Topic
Gets or sets whether Spread controls automatic scaling with a different system dpi; Spread only supports one dimension so the application should use AutoScaleMode.Dpi for correct scaling, or else scale using the application width.
Syntax
'Declaration
 
Public Property SpreadScaleMode As ScaleMode
 
'Usage
 
Dim instance As SpreadView
Dim value As ScaleMode
 
instance.SpreadScaleMode = value
 
value = instance.SpreadScaleMode
See Also