Spread Windows Forms 8.0 Product Documentation
SpreadScaleMode Property (SpreadView)


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
public ScaleMode SpreadScaleMode {get; set;}
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

SpreadView Class
SpreadView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.